summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-04-09 12:11:47 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-06-28 02:51:24 +0200
commite80cbf17c199be07606be23ac61ecd6aae9c3afc (patch)
tree12feb86d00e57726e09d3e46c5ad5d4223223c93
parentPaver tasks for localization (diff)
downloadpyload-e80cbf17c199be07606be23ac61ecd6aae9c3afc.tar.xz
Fixed crowdin config file
-rw-r--r--locale/crowdin.yaml9
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'