From bb21ca3c668a2b9aa2019034e07a38132decfc69 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 28 Feb 2012 12:00:12 +0000 Subject: - Add Russian to the spellchecker languages list (#1488135) git-svn-id: https://svn.roundcube.net/trunk@5925 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/googiespell.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/googiespell.js b/roundcubemail/program/js/googiespell.js index c074ec1ad..06aef855a 100644 --- a/roundcubemail/program/js/googiespell.js +++ b/roundcubemail/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ñol", "fr": "Français", "it": "Italiano", - "nl": "Nederlands", "pl": "Polski", "pt": "Portuguê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); -- cgit v1.2.3