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 new file mode 100644 index 000000000..69936a988 --- /dev/null +++ b/locale/crowdin.yaml @@ -0,0 +1,9 @@ +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' |