diff options
author | Ondřej Žára <ondras@zarovi.cz> | 2017-07-07 07:47:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-07 07:47:39 +0200 |
commit | 48913bf78706f5926f8169906d79618ffcbd1299 (patch) | |
tree | d7b170bb8b7ad3e97041ed3a6d362b836fa6e870 /js | |
parent | 521249f1414caea74e41da6cfbcefdcc2c2bb2a4 (diff) | |
parent | 6ca79c3926036f57786239fec25871edea07c262 (diff) | |
download | wwwsqldesigner-48913bf78706f5926f8169906d79618ffcbd1299.zip wwwsqldesigner-48913bf78706f5926f8169906d79618ffcbd1299.tar.gz wwwsqldesigner-48913bf78706f5926f8169906d79618ffcbd1299.tar.bz2 |
Merge pull request #256 from YoungChulShin/master
Add korean language to available language list
Diffstat (limited to '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"], |