summaryrefslogtreecommitdiffstats
path: root/js/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/config.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 8c0e458..fc0cb17 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: ["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", "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"],