aboutsummaryrefslogtreecommitdiff
path: root/src/locales/he
diff options
context:
space:
mode:
authorHarsohail Brar <[email protected]>2022-05-22 13:14:09 -0600
committerGitHub <[email protected]>2022-05-22 21:14:09 +0200
commitbee6054f8da67e26dcfdf572103eebabbd6443c0 (patch)
tree2390cf171db82a39acea58b793f630a5034feb35 /src/locales/he
parentbd4d3dbc5ca54983ad28745825e4767c1f291e60 (diff)
downloadfaker-bee6054f8da67e26dcfdf572103eebabbd6443c0.tar.xz
faker-bee6054f8da67e26dcfdf572103eebabbd6443c0.zip
feat: color module (#801)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'src/locales/he')
-rw-r--r--src/locales/he/color/human.ts (renamed from src/locales/he/commerce/color.ts)0
-rw-r--r--src/locales/he/color/index.ts12
-rw-r--r--src/locales/he/commerce/index.ts2
-rw-r--r--src/locales/he/index.ts2
4 files changed, 14 insertions, 2 deletions
diff --git a/src/locales/he/commerce/color.ts b/src/locales/he/color/human.ts
index a6223626..a6223626 100644
--- a/src/locales/he/commerce/color.ts
+++ b/src/locales/he/color/human.ts
diff --git a/src/locales/he/color/index.ts b/src/locales/he/color/index.ts
new file mode 100644
index 00000000..79cc39f0
--- /dev/null
+++ b/src/locales/he/color/index.ts
@@ -0,0 +1,12 @@
+/*
+ * This file is automatically generated.
+ * Run 'pnpm run generate:locales' to update.
+ */
+import type { ColorDefinitions } from '../../..';
+import human from './human';
+
+const color: ColorDefinitions = {
+ human,
+};
+
+export default color;
diff --git a/src/locales/he/commerce/index.ts b/src/locales/he/commerce/index.ts
index 2f3f890d..dab2aa69 100644
--- a/src/locales/he/commerce/index.ts
+++ b/src/locales/he/commerce/index.ts
@@ -3,13 +3,11 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { CommerceDefinitions } from '../../..';
-import color from './color';
import department from './department';
import product_description from './product_description';
import product_name from './product_name';
const commerce: CommerceDefinitions = {
- color,
department,
product_description,
product_name,
diff --git a/src/locales/he/index.ts b/src/locales/he/index.ts
index 1ab59ac8..38a26a29 100644
--- a/src/locales/he/index.ts
+++ b/src/locales/he/index.ts
@@ -5,6 +5,7 @@
import type { LocaleDefinition } from '../..';
import address from './address';
import cell_phone from './cell_phone';
+import color from './color';
import commerce from './commerce';
import date from './date';
import lorem from './lorem';
@@ -17,6 +18,7 @@ const he: LocaleDefinition = {
separator: 'ו ',
address,
cell_phone,
+ color,
commerce,
date,
lorem,