Browse Source

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

Bubka 4 months ago
parent
commit
4e8e69c87c
1 changed files with 8 additions and 7 deletions
  1. 8 7
      crowdin.yml

+ 8 - 7
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?