add translations, russian and portugese

This commit is contained in:
lele 2022-07-06 23:29:39 +02:00 committed by GitHub
parent 7364fb4704
commit 7bac792d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 3 deletions

View file

@ -9,8 +9,10 @@ const Language = () => {
const supportedLanguages = [
{ language: "English", code: "en" },
{ language: "French", code: "fr" },
{ language: "Korean", code: "ko" },
{ language: "French", code: "fr" }
{ language: "Portuguese, Brazilian", code: "pt-BR"},
{ language: "Russian", code: "ru"}
];
const updateLanguage = useCallback(

View file

@ -105,6 +105,12 @@ const MainPage = () => {
}
credit={"Subtitle timing team."}
/>{" "}
<Credit
name={
"DarcoldDestolle, Gigoteur, Pierre Missègue, atomheartother"
}
credit={"French translation."}
/>{" "}
<Credit
name={
"Cyle, Chair Broken, aeon, Mainu, karuhaku, pb29"
@ -113,9 +119,15 @@ const MainPage = () => {
/>{" "}
<Credit
name={
"DarcoldDestolle, Gigoteur, Pierre Missègue, atomheartother"
"LaCreatura, Brenner da Costa, Fuka, Lucas Emanuel, workingsea, lucasafshc, Sudonyn, Layla Dead"
}
credit={"French translation."}
credit={"Portuguese, Brazilian translation."}
/>{" "}
<Credit
name={
"AstartaHao, cherrydrum, Dolamroth, FormerSmoker, Ilya, Kamagata Emiko, mutronics, Oldovschik, Shouner, tsu, Va1 V3R"
}
credit={"Russian translation."}
/>{" "}
<Credit
name={"psx.lain.pl team"}