diff --git a/crowdin.yml b/crowdin.yml index d9e810d587..83101a2d9f 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -11,8 +11,17 @@ files: [{ # "escape_quotes": 2, # "escape_special_characters": 0 #}, { - ## Single File Test ## - "source": "/en-GB/Platform/Administration/administration.json", - "translation": "/%locale%/Platform/Administration/%original_file_name%", - "type": "json" + "source": "/en-GB/**/*.json", + "translation": "/%two_letters_code%/**/%original_file_name%", + "type": "json", + "ignore": [ + "/Plugins/**/Core/messages.json" + ] +}, { + "source": "/en-GB/**/*.json", + "translation": "/%locale%/**/%original_file_name%", + "type": "json", + "ignore": [ + "/Plugins/**/Core/messages.json" + ] }]