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
4 changes: 4 additions & 0 deletions frontend/common/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
ellinika,
english,
french,
italiano,
japanese,
nederlands,
norsk_bokmål,
Expand Down Expand Up @@ -44,6 +45,9 @@ i18next.use(LanguageDetector).init({
"fr": {
translation: without_empty_keys(french),
},
"it": {
translation: without_empty_keys(italiano),
},
"ja": {
translation: without_empty_keys(japanese),
},
Expand Down
1 change: 1 addition & 0 deletions frontend/common/lang_imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export { default as deutsch } from "../lang/deutsch.json" with { type: "json" }
export { default as ellinika } from "../lang/ellinika.json" with { type: "json" }
export { default as english } from "../lang/english.json" with { type: "json" }
export { default as french } from "../lang/french.json" with { type: "json" }
export { default as italiano } from "../lang/italiano.json" with { type: "json" }
export { default as japanese } from "../lang/japanese.json" with { type: "json" }
export { default as nederlands } from "../lang/nederlands.json" with { type: "json" }
export { default as norsk_bokmål } from "../lang/norsk_bokmål.json" with { type: "json" }
Expand Down
Loading
Loading