From 8522d316c45a8cfb1bcb49144697a76e8f50a18a Mon Sep 17 00:00:00 2001 From: Marcos Vidolin Date: Sat, 17 Dec 2022 08:08:20 -0300 Subject: [PATCH] fix(locate): change country name from Holland to official name Netherlands --- 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(-) diff --git a/src/locales/es/location/country.ts b/src/locales/es/location/country.ts index e29dd2b7c70..72065e9d287 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 8b0ca27c95f..2f1cf98f760 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 b1c15104472..03d68b1615e 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',