Commit 88e561a 1 parent 2c9e0b8 commit 88e561a Copy full SHA for 88e561a
File tree 3 files changed +35
-0
lines changed
3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 3
3
* Run 'pnpm run generate:locales' to update.
4
4
*/
5
5
import type { LocaleDefinition } from '../..' ;
6
+ import location from './location' ;
6
7
import person from './person' ;
7
8
8
9
const fi : LocaleDefinition = {
9
10
title : 'Finnish' ,
11
+ location,
10
12
person,
11
13
} ;
12
14
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