File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 '../..';
66import cell_phone from './cell_phone' ;
77import color from './color' ;
88import company from './company' ;
9+ import database from './database' ;
910import date from './date' ;
1011import internet from './internet' ;
1112import location from './location' ;
@@ -19,6 +20,7 @@ const de: LocaleDefinition = {
1920 cell_phone,
2021 color,
2122 company,
23+ database,
2224 date,
2325 internet,
2426 location,
You can’t perform that action at this time.
0 commit comments