File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import genre from './genre';
77import song_name from './song_name' ;
88
99const music : MusicDefinitions = {
10- song_name,
1110 genre,
11+ song_name,
1212} ;
1313
1414export default music ;
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export default [
163163 'topaze' ,
164164 'tourterelle' ,
165165 'turquoise' ,
166- 'vanille#Couleur_vanille ' ,
166+ 'vanille' ,
167167 'vermeil' ,
168168 'vermillon' ,
169169 'vert bouteille' ,
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is automatically generated.
3+ * Run 'pnpm run generate:locales' to update.
4+ */
5+ import type { ColorDefinitions } from '../../..' ;
6+ import human from './human' ;
7+
8+ const color : ColorDefinitions = {
9+ human,
10+ } ;
11+
12+ export default color ;
Original file line number Diff line number Diff line change 33 * Run 'pnpm run generate:locales' to update.
44 */
55import type { CommerceDefinitions } from '../../..' ;
6- import color from './color' ;
76import department from './department' ;
87import product_description from './product_description' ;
98import product_name from './product_name' ;
109
1110const commerce : CommerceDefinitions = {
12- color,
1311 department,
1412 product_description,
1513 product_name,
Original file line number Diff line number Diff line change 55import type { LocaleDefinition } from '../..' ;
66import address from './address' ;
77import animal from './animal' ;
8+ import color from './color' ;
89import commerce from './commerce' ;
910import company from './company' ;
1011import date from './date' ;
@@ -21,6 +22,7 @@ const fr: LocaleDefinition = {
2122 title : 'French' ,
2223 address,
2324 animal,
25+ color,
2426 commerce,
2527 company,
2628 date,
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export default [
163163 'topaze' ,
164164 'tourterelle' ,
165165 'turquoise' ,
166- 'vanille#Couleur_vanille ' ,
166+ 'vanille' ,
167167 'vermeil' ,
168168 'vermillon' ,
169169 'vert bouteille' ,
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is automatically generated.
3+ * Run 'pnpm run generate:locales' to update.
4+ */
5+ import type { ColorDefinitions } from '../../..' ;
6+ import human from './human' ;
7+
8+ const color : ColorDefinitions = {
9+ human,
10+ } ;
11+
12+ export default color ;
Original file line number Diff line number Diff line change 33 * Run 'pnpm run generate:locales' to update.
44 */
55import type { CommerceDefinitions } from '../../..' ;
6- import color from './color' ;
76import department from './department' ;
87import product_description from './product_description' ;
98import product_name from './product_name' ;
109
1110const commerce : CommerceDefinitions = {
12- color,
1311 department,
1412 product_description,
1513 product_name,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import type { LocaleDefinition } from '../..';
66import address from './address' ;
77import animal from './animal' ;
88import cell_phone from './cell_phone' ;
9+ import color from './color' ;
910import commerce from './commerce' ;
1011import date from './date' ;
1112import finance from './finance' ;
@@ -22,6 +23,7 @@ const fr_CH: LocaleDefinition = {
2223 address,
2324 animal,
2425 cell_phone,
26+ color,
2527 commerce,
2628 date,
2729 finance,
You can’t perform that action at this time.
0 commit comments