aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ur
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/ur
parentbd4d3dbc5ca54983ad28745825e4767c1f291e60 (diff)
downloadfaker-bee6054f8da67e26dcfdf572103eebabbd6443c0.tar.xz
faker-bee6054f8da67e26dcfdf572103eebabbd6443c0.zip
feat: color module (#801)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'src/locales/ur')
-rw-r--r--src/locales/ur/color/human.ts (renamed from src/locales/ur/commerce/color.ts)0
-rw-r--r--src/locales/ur/color/index.ts12
-rw-r--r--src/locales/ur/commerce/index.ts2
-rw-r--r--src/locales/ur/index.ts2
4 files changed, 14 insertions, 2 deletions
diff --git a/src/locales/ur/commerce/color.ts b/src/locales/ur/color/human.ts
index 717ffb4c..717ffb4c 100644
--- a/src/locales/ur/commerce/color.ts
+++ b/src/locales/ur/color/human.ts
diff --git a/src/locales/ur/color/index.ts b/src/locales/ur/color/index.ts
new file mode 100644
index 00000000..79cc39f0
--- /dev/null
+++ b/src/locales/ur/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/ur/commerce/index.ts b/src/locales/ur/commerce/index.ts
index 823fcbd2..7e5f4475 100644
--- a/src/locales/ur/commerce/index.ts
+++ b/src/locales/ur/commerce/index.ts
@@ -3,12 +3,10 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { CommerceDefinitions } from '../../..';
-import color from './color';
import department from './department';
import product_name from './product_name';
const commerce: CommerceDefinitions = {
- color,
department,
product_name,
};
diff --git a/src/locales/ur/index.ts b/src/locales/ur/index.ts
index 49aae08e..5794e793 100644
--- a/src/locales/ur/index.ts
+++ b/src/locales/ur/index.ts
@@ -8,6 +8,7 @@ import animal from './animal';
import app from './app';
import business from './business';
import cell_phone from './cell_phone';
+import color from './color';
import commerce from './commerce';
import date from './date';
import finance from './finance';
@@ -25,6 +26,7 @@ const ur: LocaleDefinition = {
app,
business,
cell_phone,
+ color,
commerce,
date,
finance,