summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorondras <none@none>2011-09-21 15:52:50 +0200
committerondras <none@none>2011-09-21 15:52:50 +0200
commitbc732c65e7cf653076886f5982e5a69635912f11 (patch)
treed7b2ee17658ac0a859a514dc936acc8babf84d5b /js
parent45d6a9111fa16abc12044436032dfa731aea54d9 (diff)
parente9e3e472d18ca3d170e6bcee6be0eae3b2f39b4a (diff)
downloadwwwsqldesigner-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.js2
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"],