Skip to content

Commit

Permalink
fix(locale): update follow linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahhafizh committed Dec 8, 2023
1 parent a4ab550 commit ba98781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/locale/id.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LocaleStrings } from '../types';
import { LocaleStrings } from '../types'

export default {
accept: 'Terima',
Expand All @@ -17,4 +17,4 @@ export default {
manageCookies: 'Pelajari lebih lanjut dan sesuaikan',
save: 'Simpan',
settingsUnsaved: 'Anda memiliki pengaturan yang belum disimpan',
} as LocaleStrings;
} as LocaleStrings

0 comments on commit ba98781

Please sign in to comment.