Skip to content

Commit

Permalink
Merge pull request #582 from Adamant-im/Feat/translate-the-app-to-Chi…
Browse files Browse the repository at this point in the history
…nese-language

feat: translation zh.json
  • Loading branch information
bludnic authored Jan 12, 2024
2 parents 08d1ba1 + 2c96299 commit 963112e
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import { createI18n } from 'vue-i18n'
import de from './locales/de'
import en from './locales/en'
import ru from './locales/ru'
import zh from './locales/zh'

function loadLocaleMessages() {
return {
de,
en,
ru
ru,
zh
}
}

Expand Down
Loading

0 comments on commit 963112e

Please sign in to comment.