From 6c1eb80569575db4b969e3aba1170696adda5063 Mon Sep 17 00:00:00 2001 From: "Dear ~friends~, It's just a bad day, not a bad life :-)" Date: Tue, 27 Sep 2022 18:43:59 +0700 Subject: [PATCH 1/2] fix: The citizens of Indonesia should be called `Indonesian` --- docs/guide/localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | From 50639641579f88b2d27676393b4754f3701bdafd Mon Sep 17 00:00:00 2001 From: "Dear ~friends~, It's just a bad day, not a bad life :-)" Date: Tue, 27 Sep 2022 18:45:33 +0700 Subject: [PATCH 2/2] fix: should be called Indonesian --- src/locales/id_ID/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,