blob: 0437c3f6deaf4b0c6a6e8da7715e8ad5c6fe62a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// generates a new faker package based on a list of locales
var locale = 'en';
/*
Here you could override the default directory list of all, and replace it with a list of custom locales like:
var localeList = ['en', 'en_AU', 'de', 'jp', 'ar'];
*/
// iterate through a list of locales and create a new package contain all these locales
// for each locale, create a package
|