resolves #42 by adding initial support for brazilian portuguese
This commit is contained in:
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()},
|
||||
|
||||
Reference in New Issue
Block a user