summaryrefslogtreecommitdiffstats
path: root/js/config.js
diff options
context:
space:
mode:
authorondrej.zara <none@none>2008-12-04 16:07:31 +0000
committerondrej.zara <none@none>2008-12-04 16:07:31 +0000
commit00b83fa4d47704dd1f64f978443471012843eab6 (patch)
tree6d6a12b2e74967453f5869cfd166c091caa838d3 /js/config.js
parent3e17dc90adcb2e93d9b3eb5f59adecb1c7981b84 (diff)
downloadwwwsqldesigner-00b83fa4d47704dd1f64f978443471012843eab6.zip
wwwsqldesigner-00b83fa4d47704dd1f64f978443471012843eab6.tar.gz
wwwsqldesigner-00b83fa4d47704dd1f64f978443471012843eab6.tar.bz2
russian locale, updated doc link
--HG-- extra : convert_revision : svn%3Ab267cdba-c1da-11dd-874b-8bacd04a0a74/trunk%4021
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 6149d69..1790682 100644
--- a/js/config.js
+++ b/js/config.js
@@ -2,7 +2,7 @@ var CONFIG = {
AVAILABLE_DBS:["mysql","sqlite","web2py","mssql","postgresql"],
DEFAULT_DB:"mysql",
- AVAILABLE_LOCALES:["en","fr","de","cs","pl","pt_BR","es"],
+ AVAILABLE_LOCALES:["en","fr","de","cs","pl","pt_BR","es", "ru"],
DEFAULT_LOCALE:"en",
AVAILABLE_BACKENDS:["php-mysql","php-blank","php-file","php-sqlite"],