Disable useless local languages mapping configuration (to be managed at crowdin.com)

This commit is contained in:
Bubka 2025-03-27 16:12:43 +01:00
parent cd038384eb
commit 4e8e69c87c

View File

@ -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. # 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" : { # "languages_mapping" : {
"two_letters_code" : { # "two_letters_code" : {
"zh-CN" : "zh-CN", # "zh-CN" : "zh-CN",
"pt-BR" : "pt-BR", # "pt-BR" : "pt-BR",
"es-ES" : "es-ES", # "pt-PT" : "pt-PT",
} # "es-ES" : "es-ES",
}, # }
# },
# #
# Does the first line contain header? # Does the first line contain header?