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
1
+ export default [
2
+ 'id' ,
3
+ 'titel' ,
4
+ 'name' ,
5
+ 'email' ,
6
+ 'telefonnummer' ,
7
+ 'token' ,
8
+ 'gruppe' ,
9
+ 'kategorie' ,
10
+ 'passwort' ,
11
+ 'kommentar' ,
12
+ 'avatar' ,
13
+ 'status' ,
14
+ 'erstelltAm' ,
15
+ 'aktualisiertAm' ,
16
+ 'bearbeitetAm' ,
17
+ 'vorname' ,
18
+ 'nachname' ,
19
+ 'geburtsdatum' ,
20
+ 'artikelnummer' ,
21
+ ] ;
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 { DatabaseDefinition } from '../../..' ;
6
+ import column from './column' ;
7
+
8
+ const database : DatabaseDefinition = {
9
+ column,
10
+ } ;
11
+
12
+ export default database ;
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import type { LocaleDefinition } from '../..';
6
6
import cell_phone from './cell_phone' ;
7
7
import color from './color' ;
8
8
import company from './company' ;
9
+ import database from './database' ;
9
10
import date from './date' ;
10
11
import internet from './internet' ;
11
12
import location from './location' ;
@@ -19,6 +20,7 @@ const de: LocaleDefinition = {
19
20
cell_phone,
20
21
color,
21
22
company,
23
+ database,
22
24
date,
23
25
internet,
24
26
location,
You can’t perform that action at this time.
0 commit comments