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) --- src/locales/id_ID/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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