-
-
Notifications
You must be signed in to change notification settings - Fork 944
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
Showing
41 changed files
with
999 additions
and
1 deletion.
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 dv from '../locales/dv'; | ||
import en from '../locales/en'; | ||
|
||
export const faker = new Faker({ | ||
locale: 'dv', | ||
localeFallback: 'en', | ||
locales: { | ||
dv, | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export default [ | ||
'7######', | ||
'9######', | ||
'+9607######', | ||
'+9609######', | ||
'+960 7######', | ||
'+960 9######', | ||
]; |
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,17 @@ | ||
export default [ | ||
'ރަތް', | ||
'ފެހިކުލަ', | ||
'ނޫ', | ||
'ރީނދޫކުލަ', | ||
'ނާރިނގުކުލަ', | ||
'ދަނބުކުލަ', | ||
'މަޑުފެހި', | ||
'ވިލުނޫ', | ||
'ހުދު', | ||
'ކަޅު', | ||
'އަޅިކުލަ', | ||
'ފިޔާތޮށިކުލަ', | ||
'މުށިކުލަ', | ||
'ރަންކުލަ', | ||
'ރިހިކުލަ', | ||
]; |
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,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { ColorDefinitions } from '../../..'; | ||
import human from './human'; | ||
|
||
const color: ColorDefinitions = { | ||
human, | ||
}; | ||
|
||
export default color; |
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 [ | ||
'ބޮޑު', | ||
'ކުޑަ', | ||
'ހަޑި', | ||
'ރީތި', | ||
'ހޫނު', | ||
'ފިނި', | ||
'މަޖާ', | ||
'ފޫހި', | ||
'ހުތުރު', | ||
'އަލި', | ||
'އަނދިރި', | ||
'ހިރަފުސް', | ||
'ސާފު', | ||
'މޮޅު', | ||
'ދަށް', | ||
'ހުށިޔާރު', | ||
'ނުރައްކާ', | ||
'ސަމާލު', | ||
'ގޮތްކުޑަ', | ||
'ފުރިހަމަ', | ||
'އެއްވަނަ', | ||
'ދެވަނަ', | ||
'ތިންވަނަ', | ||
'ނުފެންނަ', | ||
]; |
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,18 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { CompanyDefinitions } from '../../..'; | ||
import adjective from './adjective'; | ||
import name_patterns from './name_patterns'; | ||
import noun from './noun'; | ||
import suffix from './suffix'; | ||
|
||
const company: CompanyDefinitions = { | ||
adjective, | ||
name_patterns, | ||
noun, | ||
suffix, | ||
}; | ||
|
||
export default company; |
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 [ | ||
'{{person.first_name}} {{company.suffix}}', | ||
'{{person.last_name}} {{company.suffix}}', | ||
'{{person.last_name}} & {{person.last_name}} {{company.noun}} {{company.suffix}}', | ||
'{{company.adjective}} {{company.noun}} {{company.suffix}}', | ||
'{{company.adjective}} {{person.last_name}} {{person.last_name}} {{company.suffix}}', | ||
]; |
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,60 @@ | ||
export default [ | ||
'ވަޑައިންގެ', | ||
'ހަރުގެ', | ||
'ގުދަން', | ||
'ގަރާޖު', | ||
'ކޮންޓެއިނަރު', | ||
'ބޮއްކުރާ', | ||
'ދޯނި', | ||
'ބައްރެލި', | ||
'މަނަވަރު', | ||
'މަތިންދާބޯޓު', | ||
'ހެލިކޮޕްޓަރު', | ||
'ރޮކެޓު', | ||
'ކަރުދާސް', | ||
'ފުޅި', | ||
'ބިއްލޫރި', | ||
'ހޮޅުއަށި', | ||
'ޕުލާސްޓިކު', | ||
'ފޮތި', | ||
'ދަގަނޑު', | ||
'ލަކުޑި', | ||
'ގޮނޑު', | ||
'ގޮނޑުދޮށް', | ||
'ރުއް', | ||
'ގަސް', | ||
'މޫ', | ||
'ބުޅާ', | ||
'ކަނބިލި', | ||
'މާކަނާ', | ||
'އިރުވާހުދު', | ||
'ރަތަފަ', | ||
'މާރަނގަ', | ||
'ހަރުފަ', | ||
'މަކުނު', | ||
'ކާޅު', | ||
'ކުކުޅު', | ||
'މަސް', | ||
'ގެރި', | ||
'ބަކަރި', | ||
'ފަރުމަސް', | ||
'ކަނޑުމަސް', | ||
'ބޮޑުމަސް', | ||
'ކުޑަމަސް', | ||
'ގޯތި', | ||
'މޫދު', | ||
'ކަނޑު', | ||
'ވިލު', | ||
'ފަޅު', | ||
'ގިރި', | ||
'ފެން', | ||
'ގަނޑުފެން', | ||
'މުރަނގަ', | ||
'ހިރުނދު', | ||
'ދިއްގާ', | ||
'ނިކަ', | ||
'މަގޫ', | ||
'އަތަ', | ||
'މޭވާ', | ||
'ތަރުކާރި', | ||
]; |
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,8 @@ | ||
export default [ | ||
'ޕުރައިވެޓް ލިމިޓެޑް', | ||
'.ޕވޓ. ލޓޑ', | ||
'ޕަބްލިކް ލިމިޓެޑް', | ||
'.ޕބލކ. ލޓޑ', | ||
'ގުރޫޕް', | ||
'އޮފީސް', | ||
]; |
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,54 @@ | ||
export default { | ||
wide: [ | ||
'ޖަނަވަރީ', | ||
'ފެބުރުވަރީ', | ||
'މާރިޗު', | ||
'އެޕްރީލް', | ||
'މޭ', | ||
'ޖޫން', | ||
'ޖުލައި', | ||
'އޮގަސްޓު', | ||
'ސެޕްޓެންބަރު', | ||
'އޮކްޓޫބަރު', | ||
'ނޮވެންބަރެ', | ||
'ޑިސެންބަރު', | ||
'މުޙައްރަމް', | ||
'ޞަފަރު', | ||
'ރަބީޢުލްއައްވަލް', | ||
'ރަބީޢުލްއާޚިރު', | ||
'ޖުމާދަލްއޫލާ', | ||
'ޖުމާދަލްއާޚިރު', | ||
'ރަޖަބު', | ||
'ޝަޢުބާން', | ||
'ރަމަޞާން', | ||
'ޝައްވާލް', | ||
'ޛުލްޤައިދާ', | ||
'ޛުލްޙިއްޖާ', | ||
], | ||
abbr: [ | ||
'ޖަނަވަރީ', | ||
'ފެބުރުވަރީ', | ||
'މާރިޗު', | ||
'އެޕްރީލް', | ||
'މޭ', | ||
'ޖޫން', | ||
'ޖުލައި', | ||
'އޮގަސްޓު', | ||
'ސެޕްޓެންބަރު', | ||
'އޮކްޓޫބަރު', | ||
'ނޮވެންބަރެ', | ||
'ޑިސެންބަރު', | ||
'މުޙައްރަމް', | ||
'ޞަފަރު', | ||
'ރަބީޢުލްއައްވަލް', | ||
'ރަބީޢުލްއާޚިރު', | ||
'ޖުމާދަލްއޫލާ', | ||
'ޖުމާދަލްއާޚިރު', | ||
'ރަޖަބު', | ||
'ޝަޢުބާން', | ||
'ރަމަޞާން', | ||
'ޝައްވާލް', | ||
'ޛުލްޤައިދާ', | ||
'ޛުލްޙިއްޖާ', | ||
], | ||
}; |
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,20 @@ | ||
export default { | ||
wide: [ | ||
'އާދީއްތަ', | ||
'ހޯމަ', | ||
'އަންގާރަ', | ||
'ބުދަ', | ||
'ބުރާސްފަތި', | ||
'ހުކުރު', | ||
'ހޮނިހިރު', | ||
], | ||
abbr: [ | ||
'އާދީއްތަ', | ||
'ހޯމަ', | ||
'އަންގާރަ', | ||
'ބުދަ', | ||
'ބުރާސްފަތި', | ||
'ހުކުރު', | ||
'ހޮނިހިރު', | ||
], | ||
}; |
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,27 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { LocaleDefinition } from '../..'; | ||
import cell_phone from './cell_phone'; | ||
import color from './color'; | ||
import company from './company'; | ||
import date from './date'; | ||
import location from './location'; | ||
import lorem from './lorem'; | ||
import person from './person'; | ||
import phone_number from './phone_number'; | ||
|
||
const dv: LocaleDefinition = { | ||
title: 'Dhivehi', | ||
cell_phone, | ||
color, | ||
company, | ||
date, | ||
location, | ||
lorem, | ||
person, | ||
phone_number, | ||
}; | ||
|
||
export default dv; |
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,8 @@ | ||
export default [ | ||
'{{location.city_prefix}} {{company.noun}}{{location.city_suffix}}', | ||
'{{company.adjective}}{{company.noun}}{{location.city_suffix}}', | ||
'{{location.city_prefix}} {{person.first_name}}', | ||
'{{person.first_name}}{{location.city_suffix}}', | ||
'{{person.last_name}}{{location.city_suffix}}', | ||
'{{location.city_name}}', | ||
]; |
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,21 @@ | ||
export default [ | ||
'ރަސްގެ', | ||
'ބުޅާ', | ||
'ކާށި', | ||
'ކުރުނބާ', | ||
'މަޑި', | ||
'ކޯވަިމަސް', | ||
'ބޮޑުމަސް', | ||
'ކަނު', | ||
'ބޮޑު', | ||
'ވައި', | ||
'އަލަނާސި', | ||
'އަނބު', | ||
'ކަރާ', | ||
'ބަށި', | ||
'ޗިޗަންޑާ', | ||
'ބޯށި', | ||
'ތޮޅި', | ||
'ދޫނި', | ||
'ކެކުރި', | ||
]; |
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 ['އިރުމަތި', 'ހުޅަނގު', 'ދެކުނު', 'އުތުރު', 'ދެ']; |
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 ['ފުށި', 'ދޫ', 'ފަރު', 'ރަށް', 'ކޮޑި']; |
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 ['ދިވެހިރާއްޖެ']; |
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 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { LocationDefinitions } from '../../..'; | ||
import city from './city'; | ||
import city_name from './city_name'; | ||
import city_prefix from './city_prefix'; | ||
import city_suffix from './city_suffix'; | ||
import default_country from './default_country'; | ||
import postcode from './postcode'; | ||
import street from './street'; | ||
import street_suffix from './street_suffix'; | ||
|
||
const location: LocationDefinitions = { | ||
city, | ||
city_name, | ||
city_prefix, | ||
city_suffix, | ||
default_country, | ||
postcode, | ||
street, | ||
street_suffix, | ||
}; | ||
|
||
export default location; |
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 ['#####']; |
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,5 @@ | ||
export default [ | ||
'{{person.first_name}} {{location.street_suffix}}', | ||
'{{person.last_name}} {{location.street_suffix}}', | ||
'{{company.adjective}} {{company.noun}} {{location.street_suffix}}', | ||
]; |
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 ['ހިނގުން', 'މަގު', 'ގޯޅި']; |
Oops, something went wrong.