feat(i18n): add Finnish translations for i18n (#1782)
This commit is contained in:
parent
5794405974
commit
1a02642469
2 changed files with 86 additions and 0 deletions
|
@ -24,6 +24,7 @@ import cs from "./locales/cs-CZ"
|
|||
import tr from "./locales/tr-TR"
|
||||
import th from "./locales/th-TH"
|
||||
import lt from "./locales/lt-LT"
|
||||
import fi from "./locales/fi-FI"
|
||||
|
||||
export const TRANSLATIONS = {
|
||||
"en-US": enUs,
|
||||
|
@ -72,6 +73,7 @@ export const TRANSLATIONS = {
|
|||
"tr-TR": tr,
|
||||
"th-TH": th,
|
||||
"lt-LT": lt,
|
||||
"fi-FI": fi,
|
||||
} as const
|
||||
|
||||
export const defaultTranslation = "en-US"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue