From 01e01f480ef006b35d2dd42d98ec6bd06f482fa6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 15 Feb 2020 02:41:29 +0100 Subject: [PATCH] Add crowdin.yaml --- intl/crowdin.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 intl/crowdin.yaml diff --git a/intl/crowdin.yaml b/intl/crowdin.yaml new file mode 100644 index 0000000000..f628cb55d7 --- /dev/null +++ b/intl/crowdin.yaml @@ -0,0 +1,13 @@ +"project_identifier": "retroarch" +"api_key": "07c53d49b32e30803060b1acec1623ab" +"preserve_hierarchy": true + +"files": + [ + { + "source": "/msg_hash_us.json", + "translation": "/msg_hash_%locale%.json", + "translation_replace": { "_us": "" }, + "languages_mapping": { "zh-CN": "zhs", "zh-TW": "zht" }, + }, + ]