Skip to content

Commit

Permalink
fix(locale): change id_ID name to Indonesian (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed Sep 29, 2022
1 parent 7abeae5 commit ec0181e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion src/locales/id_ID/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec0181e

Please sign in to comment.