From 6b3df75f951d7af518caa3b0390b6e0f34224693 Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 2 Aug 2021 16:39:33 +0800 Subject: [PATCH] chore: setup Crowdin integration --- crowdin.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..9c86d096 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,30 @@ +# +# Files configuration +# +files: [ + { + # + # Source files filter + # e.g. "/resources/en/*.json" + # + "source" : "/Localization/app.json", + + # + # Where translations will be placed + # e.g. "/resources/%two_letters_code%/%original_file_name%" + # + "translation" : "/Localization/StringsConvertor/input/%two_letters_code%/%original_file_name%", + + # + # The parameter "update_option" is optional. If it is not set, after the files update the translations for changed strings will be removed. Use to fix typos and for minor changes in the source strings + # e.g. "update_as_unapproved" or "update_without_changes" + # + "update_option" : "update_as_unapproved", + # + }, + { + "source" : "/Localization/ios-infoPlist.json", + "translation" : "/Localization/StringsConvertor/input/%two_letters_code%/%original_file_name%", + "update_option" : "update_as_unapproved", + } +] \ No newline at end of file