diff options
author | YoungChulShin <go1323@gmail.com> | 2017-07-05 21:14:42 +0900 |
---|---|---|
committer | YoungChulShin <go1323@gmail.com> | 2017-07-05 21:14:42 +0900 |
commit | 64a71496c0321c1eec15110627ebd1c261870c46 (patch) | |
tree | 399316ef97b6a87c0ab65f9a2e0ca8f84626d826 /js/config.js | |
parent | 521249f1414caea74e41da6cfbcefdcc2c2bb2a4 (diff) | |
download | wwwsqldesigner-64a71496c0321c1eec15110627ebd1c261870c46.zip wwwsqldesigner-64a71496c0321c1eec15110627ebd1c261870c46.tar.gz wwwsqldesigner-64a71496c0321c1eec15110627ebd1c261870c46.tar.bz2 |
Add korean language data to language list
Diffstat (limited to 'js/config.js')
-rw-r--r-- | js/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/config.js b/js/config.js index 09cf99c..90ec791 100644 --- a/js/config.js +++ b/js/config.js @@ -2,7 +2,7 @@ var CONFIG = { AVAILABLE_DBS: ["mysql", "sqlite", "web2py", "mssql", "postgresql", "oracle", "sqlalchemy", "vfp9", "cubrid", "web2py"], DEFAULT_DB: "mysql", - AVAILABLE_LOCALES: ["ar", "cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "nl", "pl", "pt_BR", "ro", "ru", "sv", "zh"], + AVAILABLE_LOCALES: ["ar", "cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "ko", "nl", "pl", "pt_BR", "ro", "ru", "sv", "zh"], DEFAULT_LOCALE: "en", AVAILABLE_BACKENDS: ["php-mysql", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file", "php-cubrid", "asp-file", "web2py"], |