diff options
| author | Marcos Vidolin⚡ <[email protected]> | 2022-12-18 08:09:17 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-18 11:09:17 +0000 |
| commit | 4ce378ca4fde869caab29a8d688a816e4711e289 (patch) | |
| tree | a0b58993a57298537216233faf3f494e2c70af03 | |
| parent | 27d41ee27f0a0ca1628d1da3785acd42557ba533 (diff) | |
| download | faker-4ce378ca4fde869caab29a8d688a816e4711e289.tar.xz faker-4ce378ca4fde869caab29a8d688a816e4711e289.zip | |
fix(locale): change country name from Holanda to official name (#1669)
| -rw-r--r-- | src/locales/es/location/country.ts | 2 | ||||
| -rw-r--r-- | src/locales/es_MX/location/country.ts | 2 | ||||
| -rw-r--r-- | 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 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', |
