aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-06-17 13:05:59 +0700
committerGitHub <[email protected]>2023-06-17 06:05:59 +0000
commit19635a7ef3381a475185a2857b59f943dee9be54 (patch)
treefbf839afd475c78263c0cb593ba4ec9c8de19230 /src
parent2fa60dec77551c055571ce3439f00c8898399d60 (diff)
downloadfaker-19635a7ef3381a475185a2857b59f943dee9be54.tar.xz
faker-19635a7ef3381a475185a2857b59f943dee9be54.zip
feat(color): migrate hu human colors (#2157)
Diffstat (limited to 'src')
-rw-r--r--src/locales/hu/color/human.ts (renamed from src/locales/hu/commerce/color.ts)0
-rw-r--r--src/locales/hu/color/index.ts12
-rw-r--r--src/locales/hu/commerce/index.ts2
-rw-r--r--src/locales/hu/index.ts2
4 files changed, 14 insertions, 2 deletions
diff --git a/src/locales/hu/commerce/color.ts b/src/locales/hu/color/human.ts
index 0aa3cd06..0aa3cd06 100644
--- a/src/locales/hu/commerce/color.ts
+++ b/src/locales/hu/color/human.ts
diff --git a/src/locales/hu/color/index.ts b/src/locales/hu/color/index.ts
new file mode 100644
index 00000000..e7cf1e89
--- /dev/null
+++ b/src/locales/hu/color/index.ts
@@ -0,0 +1,12 @@
+/*
+ * This file is automatically generated.
+ * Run 'pnpm run generate:locales' to update.
+ */
+import type { ColorDefinition } from '../../..';
+import human from './human';
+
+const color: ColorDefinition = {
+ human,
+};
+
+export default color;
diff --git a/src/locales/hu/commerce/index.ts b/src/locales/hu/commerce/index.ts
index cc7c4e7b..29c9eeb2 100644
--- a/src/locales/hu/commerce/index.ts
+++ b/src/locales/hu/commerce/index.ts
@@ -3,13 +3,11 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { CommerceDefinition } from '../../..';
-import color from './color';
import department from './department';
import product_description from './product_description';
import product_name from './product_name';
const commerce: CommerceDefinition = {
- color,
department,
product_description,
product_name,
diff --git a/src/locales/hu/index.ts b/src/locales/hu/index.ts
index 9e438781..8ae89f48 100644
--- a/src/locales/hu/index.ts
+++ b/src/locales/hu/index.ts
@@ -4,6 +4,7 @@
*/
import type { LocaleDefinition } from '../..';
import animal from './animal';
+import color from './color';
import commerce from './commerce';
import company from './company';
import date from './date';
@@ -17,6 +18,7 @@ import word from './word';
const hu: LocaleDefinition = {
animal,
+ color,
commerce,
company,
date,