mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-05 16:06:17 +00:00
✨ feat(translations): chinese translations (#316)
* ✨ feat(translations): chinese translations * ✨ feat(App.vue): append dropdown item
This commit is contained in:
@@ -3,6 +3,7 @@ import de from './translations/de.json';
|
||||
import ru from './translations/ru.json';
|
||||
import en from './translations/en.json';
|
||||
import vi from './translations/vi.json';
|
||||
import zh from './translations/zh.json';
|
||||
import {createI18n} from "vue-i18n";
|
||||
|
||||
// Create i18n instance with options
|
||||
@@ -20,7 +21,8 @@ const i18n = createI18n({
|
||||
"de": de,
|
||||
"ru": ru,
|
||||
"en": en,
|
||||
"vi": vi
|
||||
"vi": vi,
|
||||
"zh": zh
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user