Skip to content

Commit

Permalink
Add Crowdin config file. (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC authored and robertohuertasm committed Oct 15, 2017
1 parent c92dab8 commit 7c3ba76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crowdin.yml
@@ -0,0 +1,13 @@
files:
- source: package.nls.json
translation: /package.nls.%two_letters_code%.json
languages_mapping:
two_letters_code:
zh-CN: zh-cn
zh-TW: zh-tw
- source: /locale/lang.en.json
translation: /locale/lang.%two_letters_code%.json
languages_mapping:
two_letters_code:
zh-CN: zh-cn
zh-TW: zh-tw

0 comments on commit 7c3ba76

Please sign in to comment.