diff options
author | Stefano <l.stickell@yahoo.it> | 2014-04-08 16:26:48 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:51:02 +0200 |
commit | 88d9e2e18f9ed0c2c733c5c6d22ac49c3150e8f8 (patch) | |
tree | 1541c203377bd88c1fe33c77a51738e81f6bb671 | |
parent | Localization readme (diff) | |
download | pyload-88d9e2e18f9ed0c2c733c5c6d22ac49c3150e8f8.tar.xz |
Crowdin configuration file
-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' |