Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve and extend 🇫🇷 fr and 🇨🇭fr_CH locales #973

Merged
merged 9 commits into from
May 22, 2022
Merged
2 changes: 1 addition & 1 deletion src/locales/fr/address/country.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default [
'Guinée équatoriale',
'Érythrée',
'Estonie',
'Eswatini',
'Éthiopie',
'Fidji',
'Finlande',
Expand Down Expand Up @@ -165,7 +166,6 @@ export default [
'Sri Lanka',
'Soudan',
'Suriname',
'Swaziland',
'Suède',
'Suisse',
'Syrie',
Expand Down
10 changes: 10 additions & 0 deletions src/locales/fr/address/direction.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export default [
'Nord',
'Est',
'Sud',
'Ouest',
'Nord-est',
'Nord-ouest',
'Sud-est',
'Sud-ouest',
];
2 changes: 2 additions & 0 deletions src/locales/fr/address/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import city from './city';
import city_name from './city_name';
import country from './country';
import default_country from './default_country';
import direction from './direction';
import postcode from './postcode';
import secondary_address from './secondary_address';
import state from './state';
Expand All @@ -22,6 +23,7 @@ const address: AddressDefinitions = {
city_name,
country,
default_country,
direction,
postcode,
secondary_address,
state,
Expand Down
9 changes: 9 additions & 0 deletions src/locales/fr/animal/bear.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default [
'Ours à collier',
'Ours lippu',
'Ours à lunettes',
'Ours noir',
'Ours brun',
'Ours blanc',
'Panda géant',
];
Loading