summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorondras <none@none>2011-09-18 21:03:39 +0200
committerondras <none@none>2011-09-18 21:03:39 +0200
commite9e3e472d18ca3d170e6bcee6be0eae3b2f39b4a (patch)
treed002250ac44ce8103e5cf471a7601e3dbe56d6be /js
parent8a659daa006d21d1740976f877b4ee35fdc1a0cf (diff)
downloadwwwsqldesigner-e9e3e472d18ca3d170e6bcee6be0eae3b2f39b4a.zip
wwwsqldesigner-e9e3e472d18ca3d170e6bcee6be0eae3b2f39b4a.tar.gz
wwwsqldesigner-e9e3e472d18ca3d170e6bcee6be0eae3b2f39b4a.tar.bz2
issue 135 - swedish localization, thanks to Kalle Nemus
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"],