Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions web/src/i18n/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { initReactI18next } from 'react-i18next'
import LanguageDetector from 'i18next-browser-languagedetector'
import en from './locales/en.json'
import zh from './locales/zh.json'
import ko from './locales/ko.json'

/**
* Initializes i18next for the browser app. Language preference is restored from
Expand All @@ -16,6 +17,7 @@ i18n
resources: {
en: { translation: en },
zh: { translation: zh },
ko: { translation: ko },
},
fallbackLng: 'en',
interpolation: {
Expand Down
Loading
Loading