File tree Expand file tree Collapse file tree 3 files changed +328
-1
lines changed
Expand file tree Collapse file tree 3 files changed +328
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import _ from "../imports/lodash.js"
66import {
77 // in alphabetical order
88 chinese_simplified ,
9+ dansk ,
910 deutsch ,
1011 ellinika ,
1112 english ,
@@ -30,6 +31,9 @@ i18next.use(LanguageDetector).init({
3031 "zh" : {
3132 translation : without_empty_keys ( chinese_simplified ) ,
3233 } ,
34+ "da" : {
35+ translation : without_empty_keys ( dansk ) ,
36+ } ,
3337 "de" : {
3438 translation : without_empty_keys ( deutsch ) ,
3539 } ,
Original file line number Diff line number Diff line change 66// in alphabetical order
77
88export { default as chinese_simplified } from "../lang/chinese.json" with { type: "json" }
9+ export { default as dansk } from "../lang/dansk.json" with { type: "json" }
910export { default as deutsch } from "../lang/deutsch.json" with { type: "json" }
1011export { default as ellinika } from "../lang/ellinika.json" with { type: "json" }
1112export { default as english } from "../lang/english.json" with { type: "json" }
@@ -16,4 +17,4 @@ export { default as norsk_bokmål } from "../lang/norsk_bokmål.json" with { typ
1617export { default as polski } from "../lang/polski.json" with { type: "json" }
1718export { default as portugues_pt } from "../lang/portugues_pt.json" with { type: "json" }
1819export { default as suomi } from "../lang/suomi.json" with { type: "json" }
19- export { default as corporate_english } from "../lang/corporate english.json" with { type: "json" }
20+ export { default as corporate_english } from "../lang/corporate english.json" with { type: "json" }
You can’t perform that action at this time.
0 commit comments