-
-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): add Luxembourg (French) locale
- Loading branch information
1 parent
3793ec1
commit a7c373a
Showing
15 changed files
with
140 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 fr_LU from '../locales/fr_LU'; | ||
|
||
export const faker = new Faker({ | ||
locale: 'fr_LU', | ||
localeFallback: 'en', | ||
locales: { | ||
fr_LU, | ||
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,10 @@ | ||
export default [ | ||
'621 ### ###', | ||
'661 ### ###', | ||
'671 ### ###', | ||
'691 ### ###', | ||
'+352 621 ### ###', | ||
'+352 661 ### ###', | ||
'+352 671 ### ###', | ||
'+352 691 ### ###', | ||
]; |
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,19 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { LocaleDefinition } from '../..'; | ||
import cell_phone from './cell_phone'; | ||
import internet from './internet'; | ||
import location from './location'; | ||
import phone_number from './phone_number'; | ||
|
||
const fr_LU: LocaleDefinition = { | ||
title: 'French (Luxembourg)', | ||
cell_phone, | ||
internet, | ||
location, | ||
phone_number, | ||
}; | ||
|
||
export default fr_LU; |
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 ['lu']; |
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 { InternetDefinitions } from '../../..'; | ||
import domain_suffix from './domain_suffix'; | ||
|
||
const internet: InternetDefinitions = { | ||
domain_suffix, | ||
}; | ||
|
||
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 ['{{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,14 @@ | ||
export default [ | ||
'Diekirch', | ||
'Differdange', | ||
'Dudelange', | ||
'Echternach', | ||
'Esch-sur-Alzette', | ||
'Ettelbruck', | ||
'Grevenmacher', | ||
'Luxembourg', | ||
'Remich', | ||
'Rumelange', | ||
'Vianden', | ||
'Wiltz', | ||
]; |
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 { LocationDefinitions } from '../../..'; | ||
import city from './city'; | ||
import city_name from './city_name'; | ||
import postcode from './postcode'; | ||
import state from './state'; | ||
|
||
const location: LocationDefinitions = { | ||
city, | ||
city_name, | ||
postcode, | ||
state, | ||
}; | ||
|
||
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,14 @@ | ||
export default [ | ||
'Capellen', | ||
'Clervaux', | ||
'Diekirch', | ||
'Echternach', | ||
'Esch-sur-Alzette', | ||
'Grevenmacher', | ||
'Luxembourg', | ||
'Mersch', | ||
'Redange', | ||
'Remich', | ||
'Vianden', | ||
'Wiltz', | ||
]; |
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,6 @@ | ||
export default [ | ||
'######', | ||
'########', | ||
'+352 ######', | ||
'+352 ########', | ||
]; |
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 { PhoneNumberDefinitions } from '../../..'; | ||
import formats from './formats'; | ||
|
||
const phone_number: PhoneNumberDefinitions = { | ||
formats, | ||
}; | ||
|
||
export default phone_number; |
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