-
-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chirica Gheorghe
committed
Feb 16, 2023
1 parent
e7230f6
commit 0800610
Showing
38 changed files
with
1,684 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
|
||
import { Faker } from '../faker'; | ||
import en from '../locales/en'; | ||
import ro_MD from '../locales/ro_MD'; | ||
|
||
export const faker = new Faker({ | ||
locale: 'ro_MD', | ||
localeFallback: 'en', | ||
locales: { | ||
ro_MD, | ||
en, | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
export default [ | ||
'0600#####', | ||
'0601#####', | ||
'0602#####', | ||
'0603#####', | ||
'0604#####', | ||
'0605#####', | ||
'0606#####', | ||
'0607#####', | ||
'0608#####', | ||
'0609#####', | ||
'0610#####', | ||
'0611#####', | ||
'0612#####', | ||
'0613#####', | ||
'0614#####', | ||
'0615#####', | ||
'0616#####', | ||
'0617#####', | ||
'0618#####', | ||
'0619#####', | ||
'0620#####', | ||
'0621#####', | ||
'0622#####', | ||
'0623#####', | ||
'0624#####', | ||
'0625#####', | ||
'0626#####', | ||
'0627#####', | ||
'0628#####', | ||
'0629#####', | ||
'0660#####', | ||
'0661#####', | ||
'0662#####', | ||
'0663#####', | ||
'0664#####', | ||
'0665#####', | ||
'0666#####', | ||
'0667#####', | ||
'0668#####', | ||
'0669#####', | ||
'0670#####', | ||
'0671#####', | ||
'0672#####', | ||
'0673#####', | ||
'0674#####', | ||
'0675#####', | ||
'0676#####', | ||
'0677#####', | ||
'0678#####', | ||
'0679#####', | ||
'0680#####', | ||
'0681#####', | ||
'0682#####', | ||
'0683#####', | ||
'0684#####', | ||
'0685#####', | ||
'0686#####', | ||
'0687#####', | ||
'0688#####', | ||
'0689#####', | ||
'0690#####', | ||
'0691#####', | ||
'0692#####', | ||
'0693#####', | ||
'0694#####', | ||
'0695#####', | ||
'0696#####', | ||
'0697#####', | ||
'0698#####', | ||
'0699#####', | ||
'0790#####', | ||
'0791#####', | ||
'0792#####', | ||
'0793#####', | ||
'0794#####', | ||
'0795#####', | ||
'0796#####', | ||
'0797#####', | ||
'0798#####', | ||
'0799#####', | ||
'0780#####', | ||
'0781#####', | ||
'0782#####', | ||
'0783#####', | ||
'0784#####', | ||
'0785#####', | ||
'0786#####', | ||
'0787#####', | ||
'0788#####', | ||
'0789#####' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import formats from './formats'; | ||
|
||
const cell_phone = { | ||
formats, | ||
}; | ||
|
||
export default cell_phone; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { DateDefinitions } from '../../..'; | ||
import month from './month'; | ||
import weekday from './weekday'; | ||
|
||
const date: DateDefinitions = { | ||
month, | ||
weekday, | ||
}; | ||
|
||
export default date; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
export default { | ||
wide: [ | ||
'Ianuarie', | ||
'Februarie', | ||
'Martie', | ||
'Aprilie', | ||
'Mai', | ||
'Iunie', | ||
'Iulie', | ||
'August', | ||
'Septembrie', | ||
'Octombrie', | ||
'Noiembrie', | ||
'Decembrie', | ||
], | ||
// Property "wide_context" is optional, if not set then "wide" will be used instead | ||
// It is used to specify a word in context, which may differ from a stand-alone word | ||
wide_context: [ | ||
'Ianuarie', | ||
'Februarie', | ||
'Martie', | ||
'Aprilie', | ||
'Mai', | ||
'Iunie', | ||
'Iulie', | ||
'August', | ||
'Septembrie', | ||
'Octombrie', | ||
'Noiembrie', | ||
'Decembrie', | ||
], | ||
abbr: [ | ||
'Ian', | ||
'Feb', | ||
'Mar', | ||
'Apr', | ||
'Mai', | ||
'Iun', | ||
'Iul', | ||
'Aug', | ||
'Sep', | ||
'Oct', | ||
'Noi', | ||
'Dec', | ||
], | ||
// Property "abbr_context" is optional, if not set then "abbr" will be used instead | ||
// It is used to specify a word in context, which may differ from a stand-alone word | ||
abbr_context: [ | ||
'Ian', | ||
'Feb', | ||
'Mar', | ||
'Apr', | ||
'Mai', | ||
'Iun', | ||
'Iul', | ||
'Aug', | ||
'Sep', | ||
'Oct', | ||
'Noi', | ||
'Dec', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
export default { | ||
wide: ['Luni', 'Marți', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă', 'Duminică'], | ||
// Property "wide_context" is optional, if not set then "wide" will be used instead | ||
// It is used to specify a word in context, which may differ from a stand-alone word | ||
wide_context: [ | ||
'Luni', | ||
'Marți', | ||
'Miercuri', | ||
'Joi', | ||
'Vineri', | ||
'Sâmbătă', | ||
'Duminică', | ||
], | ||
abbr: ['Luni', 'Marți', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă', 'Duminică'], | ||
// Property "abbr_context" is optional, if not set then "abbr" will be used instead | ||
// It is used to specify a word in context, which may differ from a stand-alone word | ||
abbr_context: [ | ||
'Luni', | ||
'Marți', | ||
'Miercuri', | ||
'Joi', | ||
'Vineri', | ||
'Sâmbătă', | ||
'Duminică', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { LocaleDefinition } from '../..'; | ||
import cell_phone from './cell_phone'; | ||
import date from './date'; | ||
import internet from './internet'; | ||
import location from './location'; | ||
import person from './person'; | ||
import phone_number from './phone_number'; | ||
|
||
const ro_MD: LocaleDefinition = { | ||
title: 'Romanian (Moldova)', | ||
cell_phone, | ||
date, | ||
internet, | ||
location, | ||
person, | ||
phone_number, | ||
}; | ||
|
||
export default ro_MD; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export default [ | ||
'com', | ||
'ru', | ||
'net', | ||
'org', | ||
// Moldavian | ||
'md', | ||
'ro.ru' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default ['mail.ru', 'rambler.ru', 'yandex.ru', 'gmail.com', 'gmail.ru', 'yahoo.com', 'hotmail.com']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { InternetDefinitions } from '../../..'; | ||
import domain_suffix from './domain_suffix'; | ||
import free_email from './free_email'; | ||
|
||
const internet: InternetDefinitions = { | ||
domain_suffix, | ||
free_email, | ||
}; | ||
|
||
export default internet; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default ['Bloc ##']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export default [ | ||
'{{location.city_prefix}} {{person.firstName}}{{location.city_suffix}}', | ||
'{{location.city_prefix}} {{person.firstName}}', | ||
'{{person.firstName}}{{location.city_suffix}}', | ||
'{{person.lastName}}{{location.city_suffix}}', | ||
'{{location.city_name}}', | ||
]; |
Oops, something went wrong.