Skip to content

Commit 2678d9e

Browse files
authored
Update translation.ts
1 parent 4f94e03 commit 2678d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/i18n/translation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { siteConfig } from "../config";
22
import type I18nKey from "./i18nKey";
33
import { en } from "./languages/en";
44
import { es } from "./languages/es";
5+
import { id } from "./languages/id";
56
import { ja } from "./languages/ja";
67
import { ko } from "./languages/ko";
78
import { th } from "./languages/th";
@@ -31,6 +32,7 @@ const map: { [key: string]: Translation } = {
3132
th_th: th,
3233
vi: vi,
3334
vi_vn: vi,
35+
id: id,
3436
};
3537

3638
export function getTranslation(lang: string): Translation {

0 commit comments

Comments
 (0)