From d3fe6075598f4400039bf088afb598490bedf408 Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 2 Aug 2021 17:00:03 +0800 Subject: [PATCH] chore: update translation settings --- crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 9c86d0961..6d47ef917 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -13,7 +13,7 @@ files: [ # Where translations will be placed # e.g. "/resources/%two_letters_code%/%original_file_name%" # - "translation" : "/Localization/StringsConvertor/input/%two_letters_code%/%original_file_name%", + "translation" : "/Localization/StringsConvertor/input/%locale_with_underscore%/%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 @@ -24,7 +24,7 @@ files: [ }, { "source" : "/Localization/ios-infoPlist.json", - "translation" : "/Localization/StringsConvertor/input/%two_letters_code%/%original_file_name%", + "translation" : "/Localization/StringsConvertor/input/%locale_with_underscore%/%original_file_name%", "update_option" : "update_as_unapproved", } ] \ No newline at end of file