Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #255 from jiprastyo/patch-3
Browse files Browse the repository at this point in the history
Update nuxt-i18n.config.ts
  • Loading branch information
nojiri1098 authored Jun 19, 2020
2 parents 1220cbe + 4e5cf73 commit a464324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt-i18n.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ export default {
description: 'Thai'
},
{
code: 'ko', // 本当はidだがエラーになるので
name: 'Orang indonesia',
code: 'id',
name: 'Bahasa Indonesia',
iso: 'id-ID',
file: 'id.json',
description: 'Indonesia'
description: 'Indonesian'
}
]
}

0 comments on commit a464324

Please sign in to comment.