Skip to content

Commit

Permalink
perf: add ukranian
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Jul 3, 2022
1 parent 90b7993 commit e063168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const i18n = new VueI18n({

const loadedLanguages = ['en'] // our default language that is preloaded

export const availableLanguages = ['en', 'es', 'fr', 'id', 'it', 'ja', 'nl', 'pt-br', 'vi', 'zh-hans', 'zh-hant']
export const availableLanguages = ['en', 'es', 'fr', 'id', 'it', 'ja', 'nl', 'pt-br', 'ua', 'vi', 'zh-hans', 'zh-hant']

function setI18nLanguage(lang) {
i18n.locale = lang
Expand Down
File renamed without changes.

0 comments on commit e063168

Please sign in to comment.