Skip to content

Commit a1f6910

Browse files
Samk13tmorrell
authored andcommitted
i18n: UI Support for Swedish language
1 parent 0fdbd05 commit a1f6910

File tree

4 files changed

+1101
-1
lines changed

4 files changed

+1101
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import TRANSLATE_EN from "./en/translations.json";
22
import TRANSLATE_DE from "./de/translations.json";
33
import TRANSLATE_EL from "./el/translations.json";
4+
import TRANSLATE_SV from "./sv/translations.json";
45
import TRANSLATE_CS from "./cs/translations.json";
56

67
export const translations = {
78
el: { translation: TRANSLATE_EL },
89
en: { translation: TRANSLATE_EN },
910
de: { translation: TRANSLATE_DE },
11+
sv: { translation: TRANSLATE_SV },
1012
cs: { translation: TRANSLATE_CS },
1113
};

0 commit comments

Comments
 (0)