mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Cant generate website strings on github
This commit is contained in:
parent
2c496da4e9
commit
e0ab635448
1
.github/workflows/translations.yml
vendored
1
.github/workflows/translations.yml
vendored
@ -30,5 +30,6 @@ jobs:
|
||||
- name: Update translations
|
||||
env:
|
||||
tx: ${{ secrets.tx }}
|
||||
CI: "true"
|
||||
run:
|
||||
python setup/unix-ci.py pot
|
||||
|
@ -214,7 +214,8 @@ class POT(Command): # {{{
|
||||
def run(self, opts):
|
||||
require_git_master()
|
||||
self.get_iso639_strings()
|
||||
self.get_website_strings()
|
||||
if not is_ci:
|
||||
self.get_website_strings()
|
||||
self.get_content_server_strings()
|
||||
self.get_user_manual_docs()
|
||||
files = self.source_files()
|
||||
|
Loading…
x
Reference in New Issue
Block a user