mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Update i18n.js
Add settings for Korean translation
This commit is contained in:
parent
4f62323e9c
commit
d12922a5d5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { addMessages, init, getLocaleFromNavigator, locale as $locale } from 'sv
|
|||
import en from './locales/en.json';
|
||||
import id from './locales/id.json';
|
||||
import ru from './locales/ru.json';
|
||||
import ko from './locales/ko.json';
|
||||
|
||||
const INIT_OPTIONS = {
|
||||
fallbackLocale: 'en',
|
||||
|
@ -25,6 +26,7 @@ addMessages('en', en);
|
|||
addMessages('en-US', en);
|
||||
addMessages('id', id);
|
||||
addMessages('ru', ru);
|
||||
addMessages('ko', ko);
|
||||
|
||||
export function startClient() {
|
||||
const savedLocale = localStorage.getItem('locale');
|
||||
|
|
Loading…
Add table
Reference in a new issue