aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfzn0x <[email protected]>2022-09-29 21:17:08 +0700
committerGitHub <[email protected]>2022-09-29 16:17:08 +0200
commitec0181ec699e8687ecabda1d251b80f8d84b3a10 (patch)
treea9c8f822969f3d7ea8e3512124900c5584a0bd58
parent7abeae541ea29ad45ac54dbce6f641984fb69864 (diff)
downloadfaker-ec0181ec699e8687ecabda1d251b80f8d84b3a10.tar.xz
faker-ec0181ec699e8687ecabda1d251b80f8d84b3a10.zip
fix(locale): change id_ID name to `Indonesian` (#1401)
-rw-r--r--docs/guide/localization.md2
-rw-r--r--src/locales/id_ID/index.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/localization.md b/docs/guide/localization.md
index c6eca214..78b06886 100644
--- a/docs/guide/localization.md
+++ b/docs/guide/localization.md
@@ -69,7 +69,7 @@ All locales together are around 5 MB in size.
| hr | Hrvatski |
| hu | Hungarian |
| hy | Armenian |
-| id_ID | Indonesia |
+| id_ID | Indonesian |
| it | Italian |
| ja | Japanese |
| ko | Korean |
diff --git a/src/locales/id_ID/index.ts b/src/locales/id_ID/index.ts
index aea5ce5b..18ae34d0 100644
--- a/src/locales/id_ID/index.ts
+++ b/src/locales/id_ID/index.ts
@@ -11,7 +11,7 @@ import name_ from './name';
import phone_number from './phone_number';
const id_ID: LocaleDefinition = {
- title: 'Indonesia',
+ title: 'Indonesian',
address,
company,
date,