French translation

This commit is contained in:
yuriha 2022-03-26 00:07:02 +01:00
parent 8c2f445fd9
commit 8ee2a68ebd
2 changed files with 8 additions and 1 deletions

View file

@ -10,6 +10,7 @@ const Language = () => {
const supportedLanguages = [ const supportedLanguages = [
{ language: "English", code: "en" }, { language: "English", code: "en" },
{ language: "Korean", code: "ko" }, { language: "Korean", code: "ko" },
{ language: "French", code: "fr" }
]; ];
const updateLanguage = useCallback( const updateLanguage = useCallback(

View file

@ -18,7 +18,7 @@ const MainPage = () => {
with the aim to provide multi-language support. with the aim to provide multi-language support.
<br /> <br />
<b>Please make sure to read the <Link to="/notes">notes</Link> before you <b>Please make sure to read the <Link to="/notes">notes</Link> before you
start playing.</b> start playing.</b>
<br /> <br />
<br /> <br />
</p> </p>
@ -111,6 +111,12 @@ const MainPage = () => {
} }
credit={"Korean translation."} credit={"Korean translation."}
/>{" "} />{" "}
<Credit
name={
"DarcoldDestolle, Gigoteur, Pierre Missègue, atomheartother"
}
credit={"French translation."}
/>{" "}
<Credit <Credit
name={"psx.lain.pl team"} name={"psx.lain.pl team"}
credit={"Providing the base translation."} credit={"Providing the base translation."}