Skip to content

Commit

Permalink
refactor(locale): improve Spanish color names (#3230)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasputino authored Nov 2, 2024
1 parent 1da9290 commit 99d81be
Showing 1 changed file with 37 additions and 9 deletions.
46 changes: 37 additions & 9 deletions src/locales/es/color/human.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,39 @@
export default [
'Amarillo',
'Azul',
'Blanco',
'Gris',
'Morado',
'Negro',
'Rojo',
'Verde',
'Violeta',
'amarillo',
'azul',
'azul marino',
'beige',
'blanco',
'carmesí',
'celeste',
'cian',
'crema',
'dorado',
'esmeralda',
'fucsia',
'granate',
'gris',
'gualda',
'lavanda',
'lila',
'magenta',
'marfil',
'marrón',
'morado',
'naranja',
'negro',
'ocre',
'plateado',
'púrpura',
'rojo',
'rosa',
'salmón',
'terracota',
'turquesa',
'verde',
'verde lima',
'verde menta',
'verde oliva',
'violeta',
'índigo',
];

0 comments on commit 99d81be

Please sign in to comment.