diff options
| author | fzn0x <[email protected]> | 2022-09-29 21:17:08 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-29 16:17:08 +0200 |
| commit | ec0181ec699e8687ecabda1d251b80f8d84b3a10 (patch) | |
| tree | a9c8f822969f3d7ea8e3512124900c5584a0bd58 /src | |
| parent | 7abeae541ea29ad45ac54dbce6f641984fb69864 (diff) | |
| download | faker-ec0181ec699e8687ecabda1d251b80f8d84b3a10.tar.xz faker-ec0181ec699e8687ecabda1d251b80f8d84b3a10.zip | |
fix(locale): change id_ID name to `Indonesian` (#1401)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/id_ID/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
