From d82935308d2bcadcc4969c54fc5fa5e4111b0d85 Mon Sep 17 00:00:00 2001 From: Samuel Renault <58853195+srenault-meeds@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:00:08 +0200 Subject: [PATCH] Move Commons properties translations folders from addons to hub --- crowdin.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 91a1d8f68a..ee18cd4f3b 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -28,7 +28,7 @@ files: [ "sv_SE": "sv_SE","th_TH": "th","tl_PH": "tl","tr_TR": "tr","uk_UA": "uk","ur_IN": "ur_IN","vi_VN": "vi", "zh_CN": "zh_CN","zh_TW": "zh_TW", }, - "dest" : "platform/commons/webapp/login.properties", + "dest" : "hub/commons/webapp/login.properties", "update_option" : "update_as_unapproved", "escape_special_characters": 0, "escape_quotes" : 0, @@ -46,7 +46,7 @@ files: [ "sv_SE": "sv_SE","th_TH": "th","tl_PH": "tl","tr_TR": "tr","uk_UA": "uk","ur_IN": "ur_IN","vi_VN": "vi", "zh_CN": "zh_CN","zh_TW": "zh_TW", }, - "dest" : "platform/commons/webui/Commons.properties", + "dest" : "hub/commons/webui/Commons.properties", "update_option" : "update_as_unapproved", "escape_special_characters": 0, "escape_quotes" : 0, @@ -64,7 +64,7 @@ files: [ "sv_SE": "sv_SE","th_TH": "th","tl_PH": "tl","tr_TR": "tr","uk_UA": "uk","ur_IN": "ur_IN","vi_VN": "vi", "zh_CN": "zh_CN","zh_TW": "zh_TW", }, - "dest" : "platform/commons/webapp/CommonsNotification.properties", + "dest" : "hub/commons/webapp/CommonsNotification.properties", "update_option" : "update_as_unapproved", "escape_special_characters": 0, "escape_quotes" : 0, @@ -82,9 +82,9 @@ files: [ "sv_SE": "sv_SE","th_TH": "th","tl_PH": "tl","tr_TR": "tr","uk_UA": "uk","ur_IN": "ur_IN","vi_VN": "vi", "zh_CN": "zh_CN","zh_TW": "zh_TW", }, - "dest" : "platform/commons/webapp/webui.properties", + "dest" : "hub/commons/webapp/webui.properties", "update_option" : "update_as_unapproved", "escape_special_characters": 0, "escape_quotes" : 0, }, -] \ No newline at end of file +]