i18n: pt-BR translation (#1024)
* i18n: pt-br * i18n: pt-br translation --------- Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6efc4dd724
commit
70d86ff096
@ -13,6 +13,7 @@ import ru from "./locales/ru-RU"
|
||||
import ko from "./locales/ko-KR"
|
||||
import zh from "./locales/zh-CN"
|
||||
import vi from "./locales/vi-VN"
|
||||
import pt from "./locales/pt-BR"
|
||||
import hu from "./locales/hu-HU"
|
||||
|
||||
export const TRANSLATIONS = {
|
||||
@ -51,6 +52,7 @@ export const TRANSLATIONS = {
|
||||
"ko-KR": ko,
|
||||
"zh-CN": zh,
|
||||
"vi-VN": vi,
|
||||
"pt-BR": pt,
|
||||
"hu-HU": hu,
|
||||
} as const
|
||||
|
||||
|
Reference in New Issue
Block a user