@@ -3,30 +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' } ,
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' } ,
1414 { title : 'Danish' , code : 'da' } ,
15- { title : 'Dutch' , code : 'nl_NL ' } ,
15+ { title : 'Dutch' , code : 'nl-NL ' } ,
1616 { title : 'Finnish' , code : 'fi' } ,
1717 { title : 'French' , code : 'fr' } ,
18- { title : 'German' , code : 'de_DE ' } ,
18+ { title : 'German' , code : 'de-DE ' } ,
1919 { title : 'Hungarian' , code : 'hu' } ,
20- { title : 'Italian' , code : 'it_IT ' } ,
21- { title : 'Maori (New Zealand)' , code : 'mi_NZ ' } ,
22- { 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 ' } ,
2323 { title : 'Norwegian Nynorsk' , code : 'nn' } ,
2424 { title : 'Polish' , code : 'pl' } ,
25- { title : 'Portuguese (Brazil)' , code : 'pt_BR ' } ,
26- { title : 'Portuguese (Portugal)' , code : 'pt_PT ' } ,
25+ { title : 'Portuguese (Brazil)' , code : 'pt-BR ' } ,
26+ { title : 'Portuguese (Portugal)' , code : 'pt-PT ' } ,
2727 { title : 'Spanish' , code : 'es' } ,
28- { title : 'Swedish' , code : 'sv_SE ' } ,
29- { title : 'Swedish (Finland)' , code : 'sv_FI ' }
28+ { title : 'Swedish' , code : 'sv-SE ' } ,
29+ { title : 'Swedish (Finland)' , code : 'sv-FI ' }
3030 ] ,
3131 content_style : 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
3232} ) ;
0 commit comments