diff options
author | ondras <none@none> | 2011-09-21 15:52:50 +0200 |
---|---|---|
committer | ondras <none@none> | 2011-09-21 15:52:50 +0200 |
commit | bc732c65e7cf653076886f5982e5a69635912f11 (patch) | |
tree | d7b2ee17658ac0a859a514dc936acc8babf84d5b /js | |
parent | 45d6a9111fa16abc12044436032dfa731aea54d9 (diff) | |
parent | e9e3e472d18ca3d170e6bcee6be0eae3b2f39b4a (diff) | |
download | wwwsqldesigner-bc732c65e7cf653076886f5982e5a69635912f11.zip wwwsqldesigner-bc732c65e7cf653076886f5982e5a69635912f11.tar.gz wwwsqldesigner-bc732c65e7cf653076886f5982e5a69635912f11.tar.bz2 |
merge new locale and recent improvements
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 fc0cb17..1a4096c 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"], DEFAULT_DB: "mysql", - AVAILABLE_LOCALES: ["ar", "cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "pl", "pt_BR", "ro", "ru", "zh"], + AVAILABLE_LOCALES: ["ar", "cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "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"], |