File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4949 "pl" : " Polish" ,
5050 "pt" : " Portuguese" ,
5151 "ru" : " Russian" ,
52+ "ta" : " Tamil" ,
5253 "th" : " Thai" ,
5354 "tr" : " Turkish" ,
5455 "uk" : " Ukrainian" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import no from "~/assets/i18n/no.json";
1515import pl from "~/assets/i18n/pl.json" ;
1616import pt from "~/assets/i18n/pt.json" ;
1717import ru from "~/assets/i18n/ru.json" ;
18+ import ta from "~/assets/i18n/ta.json" ;
1819import th from "~/assets/i18n/th.json" ;
1920import tr from "~/assets/i18n/tr.json" ;
2021import 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" } ,
You can’t perform that action at this time.
0 commit comments