Skip to content

Commit

Permalink
[Validator] fixed tests, ICU 4.4 (Travis version) does not have the "…
Browse files Browse the repository at this point in the history
…my" locale
  • Loading branch information
eriksencosta committed Aug 7, 2012
1 parent d7b6bb3 commit 3191c70
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -78,7 +78,8 @@ public function getValidLocales()
return array( return array(
array('en'), array('en'),
array('en_US'), array('en_US'),
array('my'), array('pt'),
array('pt_PT'),
array('zh_Hans'), array('zh_Hans'),
); );
} }
Expand Down

0 comments on commit 3191c70

Please sign in to comment.