feat(i18n): Thai translations (#1722)
This commit is contained in:
parent
992ac00f7c
commit
8cf3e3001f
2 changed files with 84 additions and 0 deletions
|
@ -22,6 +22,7 @@ import fa from "./locales/fa-IR"
|
|||
import pl from "./locales/pl-PL"
|
||||
import cs from "./locales/cs-CZ"
|
||||
import tr from "./locales/tr-TR"
|
||||
import th from "./locales/th-TH"
|
||||
|
||||
export const TRANSLATIONS = {
|
||||
"en-US": enUs,
|
||||
|
@ -68,6 +69,7 @@ export const TRANSLATIONS = {
|
|||
"pl-PL": pl,
|
||||
"cs-CZ": cs,
|
||||
"tr-TR": tr,
|
||||
"th-TH": th,
|
||||
} as const
|
||||
|
||||
export const defaultTranslation = "en-US"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue