@@ -3,31 +3,31 @@ 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' } ,
14+ { title : 'Medical English (UK)' , code : 'en-GB ' , customCode : 'en-GB -medical' } ,
1515 { title : 'Danish' , code : 'da' } ,
16- { title : 'Dutch' , code : 'nl_NL ' } ,
16+ { title : 'Dutch' , code : 'nl-NL ' } ,
1717 { title : 'Finnish' , code : 'fi' } ,
1818 { title : 'French' , code : 'fr' } ,
19- { title : 'German' , code : 'de_DE ' } ,
19+ { title : 'German' , code : 'de-DE ' } ,
2020 { 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 ' } ,
21+ { title : 'Italian' , code : 'it-IT ' } ,
22+ { title : 'Maori (New Zealand)' , code : 'mi-NZ ' } ,
23+ { title : 'Norwegian Bokmål' , code : 'nb-NO ' } ,
2424 { title : 'Norwegian Nynorsk' , code : 'nn' } ,
2525 { title : 'Polish' , code : 'pl' } ,
26- { title : 'Portuguese (Brazil)' , code : 'pt_BR ' } ,
27- { title : 'Portuguese (Portugal)' , code : 'pt_PT ' } ,
26+ { title : 'Portuguese (Brazil)' , code : 'pt-BR ' } ,
27+ { title : 'Portuguese (Portugal)' , code : 'pt-PT ' } ,
2828 { title : 'Spanish' , code : 'es' } ,
29- { title : 'Swedish' , code : 'sv_SE ' } ,
30- { title : 'Swedish (Finland)' , code : 'sv_FI ' }
29+ { title : 'Swedish' , code : 'sv-SE ' } ,
30+ { title : 'Swedish (Finland)' , code : 'sv-FI ' }
3131 ] ,
3232 content_style : 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
3333} ) ;
0 commit comments