Skip to content
Merged
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 @@ -10,6 +10,7 @@ import {
deutsch,
ellinika,
english,
español,
french,
japanese,
nederlands_nl,
Expand Down Expand Up @@ -46,6 +47,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
1 change: 1 addition & 0 deletions frontend/imports/lang_imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export { default as dansk } from "../lang/dansk.json" with { type: "json" }
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" }
Expand Down
Loading
Loading