Skip to content

Commit 19635a7

Browse files
authored
feat(color): migrate hu human colors (#2157)
1 parent 2fa60de commit 19635a7

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

src/locales/hu/color/index.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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;

src/locales/hu/commerce/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
* Run 'pnpm run generate:locales' to update.
44
*/
55
import type { CommerceDefinition } from '../../..';
6-
import color from './color';
76
import department from './department';
87
import product_description from './product_description';
98
import product_name from './product_name';
109

1110
const commerce: CommerceDefinition = {
12-
color,
1311
department,
1412
product_description,
1513
product_name,

src/locales/hu/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55
import type { LocaleDefinition } from '../..';
66
import animal from './animal';
7+
import color from './color';
78
import commerce from './commerce';
89
import company from './company';
910
import date from './date';
@@ -17,6 +18,7 @@ import word from './word';
1718

1819
const hu: LocaleDefinition = {
1920
animal,
21+
color,
2022
commerce,
2123
company,
2224
date,

0 commit comments

Comments
 (0)