@@ -3,31 +3,30 @@ tinymce.init({
33 plugins : 'code tinymcespellchecker link' ,
44 toolbar : 'spellchecker language spellcheckdialog' ,
55 height : 500 ,
6- spellchecker_language : 'en_US ' ,
6+ spellchecker_language : 'en-US ' ,
77 content_langs : [
8- { title : 'Afrikaans (South Africa)' , code : 'af_ZA' , customCode : 'af_ZA' } ,
9- { title : 'English (Australia)' , code : 'en_AU' } ,
10- { title : 'English (Canada)' , code : 'en_CA' } ,
11- { title : 'English (United Kingdom)' , code : 'en_GB' } ,
12- { title : 'English (United States)' , code : 'en_US' } ,
13- { title : 'Medical English (US)' , code : 'en_US' , customCode : 'en_US-medical' } ,
14- { title : 'Medical English (UK)' , code : 'en_GB' , customCode : 'en_GB-medical' } ,
8+ { title : 'Afrikaans (South Africa)' , code : 'af-ZA' , customCode : 'af-ZA' } ,
9+ { title : 'English (Australia)' , code : 'en-AU' } ,
10+ { title : 'English (Canada)' , code : 'en-CA' } ,
11+ { title : 'English (United Kingdom)' , code : 'en-GB' } ,
12+ { title : 'English (United States)' , code : 'en-US' } ,
13+ { title : 'Medical English (US)' , code : 'en-US' , customCode : 'en-US-medical' } ,
1514 { title : 'Danish' , code : 'da' } ,
16- { title : 'Dutch' , code : 'nl_NL ' } ,
15+ { title : 'Dutch' , code : 'nl-NL ' } ,
1716 { title : 'Finnish' , code : 'fi' } ,
1817 { title : 'French' , code : 'fr' } ,
19- { title : 'German' , code : 'de_DE ' } ,
18+ { title : 'German' , code : 'de-DE ' } ,
2019 { title : 'Hungarian' , code : 'hu' } ,
21- { title : 'Italian' , code : 'it_IT ' } ,
22- { title : 'Maori (New Zealand)' , code : 'mi_NZ ' } ,
23- { title : 'Norwegian Bokmål' , code : 'nb_NO ' } ,
20+ { title : 'Italian' , code : 'it-IT ' } ,
21+ { title : 'Maori (New Zealand)' , code : 'mi-NZ ' } ,
22+ { title : 'Norwegian Bokmål' , code : 'nb-NO ' } ,
2423 { title : 'Norwegian Nynorsk' , code : 'nn' } ,
2524 { title : 'Polish' , code : 'pl' } ,
26- { title : 'Portuguese (Brazil)' , code : 'pt_BR ' } ,
27- { title : 'Portuguese (Portugal)' , code : 'pt_PT ' } ,
25+ { title : 'Portuguese (Brazil)' , code : 'pt-BR ' } ,
26+ { title : 'Portuguese (Portugal)' , code : 'pt-PT ' } ,
2827 { title : 'Spanish' , code : 'es' } ,
29- { title : 'Swedish' , code : 'sv_SE ' } ,
30- { title : 'Swedish (Finland)' , code : 'sv_FI ' }
28+ { title : 'Swedish' , code : 'sv-SE ' } ,
29+ { title : 'Swedish (Finland)' , code : 'sv-FI ' }
3130 ] ,
3231 content_style : 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
3332} ) ;
0 commit comments