diff options
-rw-r--r-- | locale/crowdin.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/locale/crowdin.yaml b/locale/crowdin.yaml index 69936a988..cc3595238 100644 --- a/locale/crowdin.yaml +++ b/locale/crowdin.yaml @@ -7,3 +7,12 @@ files: - source: 'pyLoad/*.pot' translation: 'pyLoad/%two_letters_code%/LC_MESSAGES/%file_name%.po' + - + source: 'pyLoad/cli.pot' + translation: 'pyLoad/%two_letters_code%/LC_MESSAGES/pyLoadCli.po' + - + source: 'pyLoad/core.pot' + translation: 'pyLoad/%two_letters_code%/LC_MESSAGES/pyLoad.po' + - + source: 'pyLoad/gui.pot' + translation: 'pyLoad/%two_letters_code%/LC_MESSAGES/pyLoadGui.po' |