Skip to content

Commit

Permalink
tinymce language portuguese is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
João Martins committed Dec 14, 2012
1 parent f41f307 commit bdc1719
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions i18n/i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -940,14 +940,14 @@ public static function get_time_format() {
'nn_NO' => 'nn',
'pl_PL' => 'pl',
'pl_UA' => 'pl',
'pt_AO' => 'pt_br',
'pt_BR' => 'pt_br',
'pt_CV' => 'pt_br',
'pt_GW' => 'pt_br',
'pt_MZ' => 'pt_br',
'pt_PT' => 'pt_br',
'pt_ST' => 'pt_br',
'pt_TL' => 'pt_br',
'pt_AO' => 'pt',
'pt_BR' => 'pt',
'pt_CV' => 'pt',
'pt_GW' => 'pt',
'pt_MZ' => 'pt',
'pt_PT' => 'pt',
'pt_ST' => 'pt',
'pt_TL' => 'pt',
'ro_MD' => 'ro',
'ro_RO' => 'ro',
'ro_RS' => 'ro',
Expand Down

0 comments on commit bdc1719

Please sign in to comment.