File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
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 { ColorDefinition } from '../../..' ;
6+ import human from './human' ;
7+
8+ const color : ColorDefinition = {
9+ human,
10+ } ;
11+
12+ export default color ;
Original file line number Diff line number Diff line change 33 * Run 'pnpm run generate:locales' to update.
44 */
55import type { CommerceDefinition } from '../../..' ;
6- import color from './color' ;
76import department from './department' ;
87import product_description from './product_description' ;
98import product_name from './product_name' ;
109
1110const commerce : CommerceDefinition = {
12- color,
1311 department,
1412 product_description,
1513 product_name,
Original file line number Diff line number Diff line change 44 */
55import type { LocaleDefinition } from '../..' ;
66import animal from './animal' ;
7+ import color from './color' ;
78import commerce from './commerce' ;
89import company from './company' ;
910import date from './date' ;
@@ -17,6 +18,7 @@ import word from './word';
1718
1819const hu : LocaleDefinition = {
1920 animal,
21+ color,
2022 commerce,
2123 company,
2224 date,
You can’t perform that action at this time.
0 commit comments