From ec0181ec699e8687ecabda1d251b80f8d84b3a10 Mon Sep 17 00:00:00 2001 From: fzn0x Date: Thu, 29 Sep 2022 21:17:08 +0700 Subject: [PATCH] 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 c6eca2148d3..78b06886f61 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 aea5ce5bf67..18ae34d0267 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,