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 {
deutsch,
ellinika,
english,
español,
french,
japanese,
nederlands_nl,
Expand Down Expand Up @@ -42,6 +43,9 @@ i18next.use(LanguageDetector).init({
"en-US-x-corp": {
translation: without_empty_keys(corporate_english),
},
"es": {
translation: without_empty_keys(español),
},
"fi": {
translation: without_empty_keys(suomi),
},
Expand Down
3 changes: 2 additions & 1 deletion frontend/imports/lang_imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ export { default as chinese_simplified } from "../lang/chinese.json" with { type
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 español } from "../lang/español.json" with { type: "json" }
export { default as french } from "../lang/french.json" with { type: "json" }
export { default as japanese } from "../lang/japanese.json" with { type: "json" }
export { default as nederlands_nl } from "../lang/nederlands_nl.json" with { type: "json" }
export { default as norsk_bokmål } from "../lang/norsk_bokmål.json" with { type: "json" }
export { default as polski } from "../lang/polski.json" with { type: "json" }
export { default as portugues_pt } from "../lang/portugues_pt.json" with { type: "json" }
export { default as suomi } from "../lang/suomi.json" with { type: "json" }
export { default as corporate_english } from "../lang/corporate english.json" with { type: "json" }
export { default as corporate_english } from "../lang/corporate english.json" with { type: "json" }
Loading
Loading