Skip to content

Commit

Permalink
Add Arabic locale to i18n.ts (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jermanuts authored Mar 27, 2024
1 parent b618592 commit c66d5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {createI18n} from 'vue-i18n'
import ar from '@/locales/ar.json'
import cs from '@/locales/cs.json'
import de from '@/locales/de.json'
import en from '@/locales/en.json'
Expand All @@ -19,6 +20,7 @@ import zhHK from '@/locales/zh-HK.json'
import he from '@/locales/he.json'

export const locales: { [key: string]: [string, Record<string, any>] } = {
'ar': ['العربية', ar],
'cs': ['Čeština', cs],
'de': ['Deutsch', de],
'en': ['English', en],
Expand Down

0 comments on commit c66d5b2

Please sign in to comment.