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 4f94e03 commit 2678d9eCopy full SHA for 2678d9e
src/i18n/translation.ts
@@ -2,6 +2,7 @@ import { siteConfig } from "../config";
2
import type I18nKey from "./i18nKey";
3
import { en } from "./languages/en";
4
import { es } from "./languages/es";
5
+import { id } from "./languages/id";
6
import { ja } from "./languages/ja";
7
import { ko } from "./languages/ko";
8
import { th } from "./languages/th";
@@ -31,6 +32,7 @@ const map: { [key: string]: Translation } = {
31
32
th_th: th,
33
vi: vi,
34
vi_vn: vi,
35
+ id: id,
36
};
37
38
export function getTranslation(lang: string): Translation {
0 commit comments