Explorar o código

Update languages.json

Björn Ritzl %!s(int64=5) %!d(string=hai) anos
pai
achega
018632a73c
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      docs/languages.json

+ 4 - 2
docs/languages.json

@@ -3,12 +3,14 @@
     {
         "en":
         {
-            "name": "English"
+            "name": "English",
+            "active": true
         },
         "ko":
         {
             "name": "한국어 (Korean)",
-            "translation": "Translation by Kiman Kim"
+            "translation": "Translation by Kiman Kim",
+            "active": false
         }
     }
 }