resolves #42 by adding initial support for brazilian portuguese

This commit is contained in:
fabito
2015-10-25 22:57:50 -02:00
parent 02f215c701
commit e5981c0889
2 changed files with 109 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -53,6 +53,7 @@ public class FakerIT {
Object[][] data = new Object[][]{
{Locale.ENGLISH, null},
{Locale.FRENCH, null},
{new Locale("pt"), null},
{FINNISH_LOCALE, null},
{Locale.ENGLISH, new Random()},
{null, new Random()},