Skip to content

Commit f730125

Browse files
authored
feat(locale): and location to fr_SN (#2533)
1 parent fa26a44 commit f730125

8 files changed

Lines changed: 97 additions & 0 deletions

File tree

src/locales/fr_SN/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
*/
55
import type { LocaleDefinition } from '../..';
66
import internet from './internet';
7+
import location from './location';
78
import metadata from './metadata';
89

910
const fr_SN: LocaleDefinition = {
1011
internet,
12+
location,
1113
metadata,
1214
};
1315

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default ['####', '###', '##', '#'];
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
export default [
2+
'Bakel',
3+
'Bambey',
4+
'Bargny',
5+
'Bignona',
6+
'Dagana',
7+
'Dahra',
8+
'Dakar',
9+
'Diourbel',
10+
'Fatick',
11+
'Gandiaye',
12+
'Gossas',
13+
'Goudomp',
14+
'Guinguinéo',
15+
'Guédiawaye',
16+
'Joal-Fadiouth',
17+
'Kaffrine',
18+
'Kanel',
19+
'Kaolack',
20+
'Kayar',
21+
'Khombole',
22+
'Kolda',
23+
'Koungheul',
24+
'Kébémer',
25+
'Kédougou',
26+
'Linguère',
27+
'Louga',
28+
'Matam',
29+
'Mbacké',
30+
'Mboro',
31+
'Mbour',
32+
'NDofan',
33+
'Ndioum',
34+
'Ngaaÿ Meckhe',
35+
'Nguékhokh',
36+
'Nioro du Rip',
37+
'Ourossogui',
38+
'Pikine',
39+
'Pout',
40+
'Richard-Toll',
41+
'Rufisque',
42+
'Saint-Louis',
43+
'Sokone',
44+
'Sébikhotane',
45+
'Sédhiou',
46+
'Tambacounda',
47+
'Thiadiaye',
48+
'Thiès',
49+
'Tivaouane',
50+
'Touba',
51+
'Vélingara',
52+
'Ziguinchor',
53+
];
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default ['{{location.city_name}}'];
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default ['Sénégal'];
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* This file is automatically generated.
3+
* Run 'pnpm run generate:locales' to update.
4+
*/
5+
import type { LocationDefinition } from '../../..';
6+
import building_number from './building_number';
7+
import city_name from './city_name';
8+
import city_pattern from './city_pattern';
9+
import default_country from './default_country';
10+
import postcode from './postcode';
11+
import state from './state';
12+
13+
const location: LocationDefinition = {
14+
building_number,
15+
city_name,
16+
city_pattern,
17+
default_country,
18+
postcode,
19+
state,
20+
};
21+
22+
export default location;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default ['#####'];
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default [
2+
'Dakar',
3+
'Diourbel',
4+
'Fatick',
5+
'Kaffrine',
6+
'Kaolack',
7+
'Kolda',
8+
'Kédougou',
9+
'Louga',
10+
'Matam',
11+
'Saint-Louis',
12+
'Sédhiou',
13+
'Tambacounda',
14+
'Thiès',
15+
'Ziguinchor',
16+
];

0 commit comments

Comments
 (0)