Changeset 2b4855b in github
- Timestamp:
- Feb 28, 2012 7:00:12 AM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 8f77c03
- Parents:
- e4f822a
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/googiespell.js (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r40d246f r2b4855b 2 2 =========================== 3 3 4 - Add Russian to the spellchecker languages list (#1488135) 4 5 - Remember custom skin selection after logout (#1488355) 5 6 - Make sure About tab is always the last tab (#1488257) -
program/js/googiespell.js
r7fe3811 r2b4855b 43 43 this.org_lang_to_word = { 44 44 "da": "Dansk", "de": "Deutsch", "en": "English", 45 "es": "Espa ñol", "fr": "Français", "it": "Italiano",46 "nl": "Nederlands", "pl": "Polski", "pt": "Portugu ês",47 " fi": "Suomi", "sv": "Svenska"45 "es": "Español", "fr": "Français", "it": "Italiano", 46 "nl": "Nederlands", "pl": "Polski", "pt": "Português", 47 "ru": "Ð ÑÑÑкОй", "fi": "Suomi", "sv": "Svenska" 48 48 }; 49 49 this.lang_to_word = this.org_lang_to_word; -
program/steps/mail/compose.inc
r33423a5 r2b4855b 785 785 rcube_html_editor(); 786 786 787 // include GoogieSpell787 // Set language list 788 788 if (!empty($CONFIG['enable_spellcheck'])) { 789 789 $engine = $RCMAIL->config->get('spellcheck_engine','googie'); … … 792 792 array('da'=>'Dansk', 'de'=>'Deutsch', 'en' => 'English', 'es'=>'Español', 793 793 'fr'=>'Français', 'it'=>'Italiano', 'nl'=>'Nederlands', 'pl'=>'Polski', 794 'pt'=>'Português', ' fi'=>'Suomi', 'sv'=>'Svenska'));794 'pt'=>'Português', 'ru'=>'Ð ÑÑÑкОй', 'fi'=>'Suomi', 'sv'=>'Svenska')); 795 795 796 796 // googie works only with two-letter codes … … 819 819 } 820 820 821 // include GoogieSpell 821 822 $OUTPUT->include_script('googiespell.js'); 822 823 $OUTPUT->add_script(sprintf(
Note: See TracChangeset
for help on using the changeset viewer.
