summaryrefslogtreecommitdiff
path: root/program/js/googiespell.js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-02-28 12:00:12 +0000
committeralecpl <alec@alec.pl>2012-02-28 12:00:12 +0000
commit2b4855b1aaaef854fd22cbc260788a5c05794abb (patch)
treefed9e8dac2dd419dfe008062d764af26c15d359a /program/js/googiespell.js
parente4f822a34aa05f059ad53a4bae8734a14f6f37ef (diff)
- Add Russian to the spellchecker languages list (#1488135)
Diffstat (limited to 'program/js/googiespell.js')
-rw-r--r--program/js/googiespell.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/program/js/googiespell.js b/program/js/googiespell.js
index c074ec1ad..06aef855a 100644
--- a/program/js/googiespell.js
+++ b/program/js/googiespell.js
@@ -42,9 +42,9 @@ function GoogieSpell(img_dir, server_url, has_dict)
this.org_lang_to_word = {
"da": "Dansk", "de": "Deutsch", "en": "English",
- "es": "Espa&#241;ol", "fr": "Fran&#231;ais", "it": "Italiano",
- "nl": "Nederlands", "pl": "Polski", "pt": "Portugu&#234;s",
- "fi": "Suomi", "sv": "Svenska"
+ "es": "Español", "fr": "Français", "it": "Italiano",
+ "nl": "Nederlands", "pl": "Polski", "pt": "Português",
+ "ru": "Русский", "fi": "Suomi", "sv": "Svenska"
};
this.lang_to_word = this.org_lang_to_word;
this.langlist_codes = this.array_keys(this.lang_to_word);