From 4e8e69c87cc16e11b9b10497a3978cba6c4f8a56 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:12:43 +0100 Subject: [PATCH] Disable useless local languages mapping configuration (to be managed at crowdin.com) --- crowdin.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index f08d2510..d658658e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -113,13 +113,14 @@ files: [ # # Often software projects have custom names for the directories where translations are placed. crowdin-cli allows you to map your own languages to be understandable by Crowdin. # - "languages_mapping" : { - "two_letters_code" : { - "zh-CN" : "zh-CN", - "pt-BR" : "pt-BR", - "es-ES" : "es-ES", - } - }, + # "languages_mapping" : { + # "two_letters_code" : { + # "zh-CN" : "zh-CN", + # "pt-BR" : "pt-BR", + # "pt-PT" : "pt-PT", + # "es-ES" : "es-ES", + # } + # }, # # Does the first line contain header?