diff options
author | Stefano <l.stickell@yahoo.it> | 2014-04-09 12:11:47 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:51:24 +0200 |
commit | e80cbf17c199be07606be23ac61ecd6aae9c3afc (patch) | |
tree | 12feb86d00e57726e09d3e46c5ad5d4223223c93 | |
parent | Paver tasks for localization (diff) | |
download | pyload-e80cbf17c199be07606be23ac61ecd6aae9c3afc.tar.xz |
Fixed crowdin config 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 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' |