Update for Crowdin Integration
- Rename extracted template file to `sunshine.po` - Add `crowdin.yml` - Remove `--init` and `--update` from `localize.yml` - Crowdin will initialize new languages and update existing ones
This commit is contained in:
parent
84584c950b
commit
a014391ae7
3 changed files with 19 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ def x_extract():
|
|||
commands = [
|
||||
'xgettext',
|
||||
f'--default-domain={project_name.lower()}',
|
||||
f'--output={os.path.join(locale_dir, project_name.lower() + ".pot")}',
|
||||
f'--output={os.path.join(locale_dir, project_name.lower() + ".po")}',
|
||||
'--language=C++',
|
||||
'--boost',
|
||||
'--from-code=utf-8',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue