diff options
Diffstat (limited to 'locale/crowdin.yaml')
-rw-r--r-- | locale/crowdin.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/crowdin.yaml b/locale/crowdin.yaml new file mode 100644 index 000000000..a3bd3a3e2 --- /dev/null +++ b/locale/crowdin.yaml @@ -0,0 +1,15 @@ +project_identifier: pyload +preserve_hierarchy: true +api_key: {key} +base_path: {tmp} + +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' |