From ec0181ec699e8687ecabda1d251b80f8d84b3a10 Mon Sep 17 00:00:00 2001 From: fzn0x Date: Thu, 29 Sep 2022 21:17:08 +0700 Subject: fix(locale): change id_ID name to `Indonesian` (#1401) --- docs/guide/localization.md | 2 +- src/locales/id_ID/index.ts | 2 +- 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, -- cgit v1.2.3