From 4ce378ca4fde869caab29a8d688a816e4711e289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Vidolin=E2=9A=A1?= Date: Sun, 18 Dec 2022 08:09:17 -0300 Subject: fix(locale): change country name from Holanda to official name (#1669) --- src/locales/es/location/country.ts | 2 +- src/locales/es_MX/location/country.ts | 2 +- src/locales/pt_BR/location/country.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/locales/es/location/country.ts b/src/locales/es/location/country.ts index e29dd2b7..72065e9d 100644 --- a/src/locales/es/location/country.ts +++ b/src/locales/es/location/country.ts @@ -119,7 +119,7 @@ export default [ 'Namibia', 'Nauru', 'Nepal', - 'Holanda', + 'Países Bajos', 'Nueva Zelanda', 'Nicaragua', 'Niger', diff --git a/src/locales/es_MX/location/country.ts b/src/locales/es_MX/location/country.ts index 8b0ca27c..2f1cf98f 100644 --- a/src/locales/es_MX/location/country.ts +++ b/src/locales/es_MX/location/country.ts @@ -119,7 +119,7 @@ export default [ 'Namibia', 'Nauru', 'Nepal', - 'Holanda', + 'Países Bajos', 'Nueva Zelanda', 'Nicaragua', 'Niger', diff --git a/src/locales/pt_BR/location/country.ts b/src/locales/pt_BR/location/country.ts index b1c15104..03d68b16 100644 --- a/src/locales/pt_BR/location/country.ts +++ b/src/locales/pt_BR/location/country.ts @@ -149,7 +149,7 @@ export default [ 'Nauru', 'Nepal', 'Antilhas Holandesas', - 'Holanda', + 'Países Baixos', 'Nova Caledonia', 'Nova Zelândia', 'Nicarágua', -- cgit v1.2.3