From 5d30e39d3ef99d432050cd1b885190f94fbc7a17 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 19 Nov 2019 01:16:09 +0900 Subject: [PATCH] refs #1106 Update crowdin to specify locale mapping --- crowdin.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index c29944fc..81a1b738 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,12 @@ files: - source: /src/config/locales/en/translation.json - translation: /src/config/locales/%two_letters_code%/translation.json + translation: /src/config/locales/%locale%/translation.json + languages_mapping: + locale: + 'de': 'de' + 'fr': 'fr' + 'it': 'it' + 'ja': 'ja' + 'ko': 'ko' + 'pl': 'pl' + 'zh-CN': 'zh_cn'