Skip to content

Commit 1b5d741

Browse files
authored
fix(locale): improve id name (#4890)
1 parent a92c602 commit 1b5d741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/locale/id.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Messages } from '../types'
22
import { defineLocale } from '../composables/defineLocale'
33

44
export default defineLocale<Messages>({
5-
name: 'Indonesia',
5+
name: 'Bahasa Indonesia',
66
code: 'id',
77
messages: {
88
alert: {

0 commit comments

Comments
 (0)