Ver Fonte

Update languages.json

Björn Ritzl há 5 anos atrás
pai
commit
018632a73c
1 ficheiros alterados com 4 adições e 2 exclusões
  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
         }
     }
 }