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
17 changes: 17 additions & 0 deletions webapp/public/flags/ja.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion webapp/src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import es from './locales/es.json'
import fr from './locales/fr.json'
import hi from './locales/hi.json'
import it from './locales/it.json'
import ja from './locales/ja.json'
import nl from './locales/nl.json'
import pl from './locales/pl.json'
import pt from './locales/pt.json'
Expand All @@ -17,7 +18,7 @@ const i18n = createI18n({
globalInjection: true, // ensure $t is available in all templates
locale: 'en', // default; overridden by loadSettings() before mount
fallbackLocale: 'en',
messages: { de, en, es, fr, hi, it, nl, pl, pt, ru, sv, zh },
messages: { de, en, es, fr, hi, it, ja, nl, pl, pt, ru, sv, zh },
})

/**
Expand Down
Loading