Merge pull request #20 from lelenium/master

add translations, russian and portugese
This commit is contained in:
ad 2022-07-07 02:00:28 +04:00 committed by GitHub
commit d2e3f1e924
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 = [ const supportedLanguages = [
{ language: "English", code: "en" }, { language: "English", code: "en" },
{ language: "French", code: "fr" },
{ language: "Korean", code: "ko" }, { language: "Korean", code: "ko" },
{ language: "French", code: "fr" } { language: "Portuguese, Brazilian", code: "pt-BR"},
{ language: "Russian", code: "ru"}
]; ];
const updateLanguage = useCallback( const updateLanguage = useCallback(

View file

@ -105,6 +105,12 @@ const MainPage = () => {
} }
credit={"Subtitle timing team."} credit={"Subtitle timing team."}
/>{" "} />{" "}
<Credit
name={
"DarcoldDestolle, Gigoteur, Pierre Missègue, atomheartother"
}
credit={"French translation."}
/>{" "}
<Credit <Credit
name={ name={
"Cyle, Chair Broken, aeon, Mainu, karuhaku, pb29" "Cyle, Chair Broken, aeon, Mainu, karuhaku, pb29"
@ -113,9 +119,15 @@ const MainPage = () => {
/>{" "} />{" "}
<Credit <Credit
name={ 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 <Credit
name={"psx.lain.pl team"} name={"psx.lain.pl team"}