File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Run 'pnpm run generate:locales' to update.
44 */
55import type { LocaleDefinition } from '../..' ;
6+ import location from './location' ;
67import person from './person' ;
78
89const fi : LocaleDefinition = {
910 title : 'Finnish' ,
11+ location,
1012 person,
1113} ;
1214
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is automatically generated.
3+ * Run 'pnpm run generate:locales' to update.
4+ */
5+ import type { LocationDefinitions } from '../../..' ;
6+ import state from './state' ;
7+
8+ const location : LocationDefinitions = {
9+ state,
10+ } ;
11+
12+ export default location ;
Original file line number Diff line number Diff line change 1+ export default [
2+ 'Ahvenanmaa' ,
3+ 'Etelä-Karjala' ,
4+ 'Etelä-Pohjanmaa' ,
5+ 'Etelä-Savo' ,
6+ 'Kainuu' ,
7+ 'Kanta-Häme' ,
8+ 'Keski-Pohjanmaa' ,
9+ 'Keski-Suomi' ,
10+ 'Kymenlaakso' ,
11+ 'Lappi' ,
12+ 'Päijät-Häme' ,
13+ 'Pirkanmaa' ,
14+ 'Pohjanmaa' ,
15+ 'Pohjois-Karjala' ,
16+ 'Pohjois-Pohjanmaa' ,
17+ 'Pohjois-Savo' ,
18+ 'Satakunta' ,
19+ 'Uusimaa' ,
20+ 'Varsinais-Suomi' ,
21+ ] ;
You can’t perform that action at this time.
0 commit comments