File tree 3 files changed +70
-0
lines changed
3 files changed +70
-0
lines changed Original file line number Diff line number Diff line change
1
+ export default [
2
+ 'Anthrazit' ,
3
+ 'Beige' ,
4
+ 'Blau' ,
5
+ 'Blutrot' ,
6
+ 'Bordeauxrot' ,
7
+ 'Braun' ,
8
+ 'Bronze' ,
9
+ 'Cyan' ,
10
+ 'Dunkelblau' ,
11
+ 'Dunkelbraun' ,
12
+ 'Dunkelgrau' ,
13
+ 'Dunkelgrün' ,
14
+ 'Dunkelrot' ,
15
+ 'Eisblau' ,
16
+ 'Feuerrot' ,
17
+ 'Gelb' ,
18
+ 'Giftgrün' ,
19
+ 'Gold' ,
20
+ 'Grau' ,
21
+ 'Grün' ,
22
+ 'Hellblau' ,
23
+ 'Hellbraun' ,
24
+ 'Hellgrün' ,
25
+ 'Hellrot' ,
26
+ 'Himmelblau' ,
27
+ 'Indigo' ,
28
+ 'Jadegrün' ,
29
+ 'Kastanienbraun' ,
30
+ 'Kupfer' ,
31
+ 'Königsblau' ,
32
+ 'Lila' ,
33
+ 'Magenta' ,
34
+ 'Mintgrün' ,
35
+ 'Nachtblau' ,
36
+ 'Neonblau' ,
37
+ 'Neongelb' ,
38
+ 'Neongrün' ,
39
+ 'Neonrot' ,
40
+ 'Ocker' ,
41
+ 'Orange' ,
42
+ 'Pink' ,
43
+ 'Rosa' ,
44
+ 'Rot' ,
45
+ 'Rubinrot' ,
46
+ 'Saphirblau' ,
47
+ 'Schneeweiß' ,
48
+ 'Schwarz' ,
49
+ 'Silber' ,
50
+ 'Smaragdgrün' ,
51
+ 'Türkis' ,
52
+ 'Violett' ,
53
+ 'Weinrot' ,
54
+ 'Weiß' ,
55
+ 'Zinnoberrot' ,
56
+ ] ;
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 { ColorDefinitions } from '../../..' ;
6
+ import human from './human' ;
7
+
8
+ const color : ColorDefinitions = {
9
+ human,
10
+ } ;
11
+
12
+ export default color ;
Original file line number Diff line number Diff line change 4
4
*/
5
5
import type { LocaleDefinition } from '../..' ;
6
6
import cell_phone from './cell_phone' ;
7
+ import color from './color' ;
7
8
import company from './company' ;
8
9
import date from './date' ;
9
10
import internet from './internet' ;
@@ -16,6 +17,7 @@ import word from './word';
16
17
17
18
const de : LocaleDefinition = {
18
19
cell_phone,
20
+ color,
19
21
company,
20
22
date,
21
23
internet,
You can’t perform that action at this time.
0 commit comments