Skip to content

Commit b2e2b7c

Browse files
committed
add Tamil to localization
1 parent 35a1518 commit b2e2b7c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

assets/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"pl": "Polish",
5050
"pt": "Portuguese",
5151
"ru": "Russian",
52+
"ta": "Tamil",
5253
"th": "Thai",
5354
"tr": "Turkish",
5455
"uk": "Ukrainian",

utils/localization.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import no from "~/assets/i18n/no.json";
1515
import pl from "~/assets/i18n/pl.json";
1616
import pt from "~/assets/i18n/pt.json";
1717
import ru from "~/assets/i18n/ru.json";
18+
import ta from "~/assets/i18n/ta.json";
1819
import th from "~/assets/i18n/th.json";
1920
import tr from "~/assets/i18n/tr.json";
2021
import uk from "~/assets/i18n/uk.json";
@@ -36,6 +37,7 @@ export const resources = {
3637
pl: { translation: pl, VAPILangCode: "pl-PL" },
3738
pt: { translation: pt, VAPILangCode: "pt-BR" },
3839
ru: { translation: ru, VAPILangCode: "ru-RU" },
40+
ta: { translation: ta, VAPILangCode: "en-US" },
3941
th: { translation: th, VAPILangCode: "th-TH" },
4042
tr: { translation: tr, VAPILangCode: "tr-TR" },
4143
uk: { translation: uk, VAPILangCode: "vi-VN" },

0 commit comments

Comments
 (0)