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 @@ -6,6 +6,7 @@ import _ from "../imports/lodash.js"
import {
// in alphabetical order
chinese_simplified,
dansk,
deutsch,
ellinika,
english,
Expand All @@ -30,6 +31,9 @@ i18next.use(LanguageDetector).init({
"zh": {
translation: without_empty_keys(chinese_simplified),
},
"da": {
translation: without_empty_keys(dansk),
},
"de": {
translation: without_empty_keys(deutsch),
},
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 @@ -6,6 +6,7 @@
// in alphabetical order

export { default as chinese_simplified } from "../lang/chinese.json" with { type: "json" }
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" }
Expand All @@ -16,4 +17,4 @@ export { default as norsk_bokmål } from "../lang/norsk_bokmål.json" with { typ
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