Skip to content

Commit

Permalink
feat: improve and extend 馃嚝馃嚪 fr and 馃嚚馃嚟fr_CH locales (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed May 22, 2022
1 parent bee6054 commit 6f39b7c
Show file tree
Hide file tree
Showing 114 changed files with 13,648 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/locales/fr/address/country.ts
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
@@ -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
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
@@ -0,0 +1,9 @@
export default [
'Ours 脿 collier',
'Ours lippu',
'Ours 脿 lunettes',
'Ours noir',
'Ours brun',
'Ours blanc',
'Panda g茅ant',
];

0 comments on commit 6f39b7c

Please sign in to comment.