Skip to content

Commit

Permalink
Merge pull request #1 from harsohailB/feature/color-module-locales-ch…
Browse files Browse the repository at this point in the history
…anges

feat: color module locales changes
  • Loading branch information
harsohailB authored Apr 7, 2022
2 parents 4f21dee + 7b979b3 commit e210ebd
Show file tree
Hide file tree
Showing 51 changed files with 226 additions and 76 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/ar/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/ar/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/az/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/az/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/el/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/el/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
2 changes: 1 addition & 1 deletion src/locales/en/color/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { ColorDefinitions } from '../../../definitions';
import type { ColorDefinitions } from '../../..';
import human from './human';

const color: ColorDefinitions = {
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/es/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/es/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/es_MX/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/es_MX/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/fa/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/fa/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/he/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/he/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
* 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,
const commerce = {
department,
product_description,
product_name,
};
} as CommerceDefinitions;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/hy/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
12 changes: 0 additions & 12 deletions src/locales/hy/commerce/index.ts

This file was deleted.

4 changes: 2 additions & 2 deletions src/locales/hy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import type { LocaleDefinition } from '../..';
import address from './address';
import commerce from './commerce';
import color from './color';
import date from './date';
import internet from './internet';
import lorem from './lorem';
Expand All @@ -15,7 +15,7 @@ const hy: LocaleDefinition = {
title: 'Armenian',
separator: ' և ',
address,
commerce,
color,
date,
internet,
lorem,
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/lv/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/lv/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/nl/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/nl/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/pt_BR/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/pt_BR/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
File renamed without changes.
12 changes: 12 additions & 0 deletions src/locales/pt_PT/color/index.ts
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 2 additions & 4 deletions src/locales/pt_PT/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* 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: Partial<CommerceDefinitions> = {
color,
const commerce = {
department,
product_name,
};
} as Partial<CommerceDefinitions>;

export default commerce;
2 changes: 1 addition & 1 deletion src/locales/ro/address/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const address = {
secondary_address,
state,
state_abbr,
streets,
street_address,
street_name,
street_suffix,
streets,
} as Partial<AddressDefinitions>;

export default address;
File renamed without changes.
Loading

0 comments on commit e210ebd

Please sign in to comment.