From de862b42b04f3cf19807e14443aaec220ebd2eab Mon Sep 17 00:00:00 2001 From: Marcel Brode Date: Tue, 28 Nov 2023 10:09:12 +0100 Subject: [PATCH] Finish download action --- crowdin.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index d9e810d5875..83101a2d9f4 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" + ] }]