We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cffdcd commit e354a74Copy full SHA for e354a74
src/localize/localize.ts
@@ -1,7 +1,9 @@
1
import * as en from "./languages/en.json";
2
+import * as sk from "./languages/sk.json";
3
4
var languages = {
5
en: en,
6
+ sk: sk,
7
};
8
9
export function localize(
0 commit comments