Merge pull request #13 from ad044/12-the-discord-link-is-broken

Remove discord links + French translation
This commit is contained in:
ad 2022-03-26 15:11:31 +04:00 committed by GitHub
commit 7364fb4704
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 5 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "webvtt"] [submodule "webvtt"]
path = src/static/media/webvtt path = src/static/media/webvtt
url = https://github.com/lelenium/lainvtt url = https://github.com/laingame-net/lainvtt

View file

@ -53,7 +53,7 @@ Building locally is currently not possible. This is because the repository lacks
## Reporting bugs and contributing ## Reporting bugs and contributing
If you have any ideas/suggestions/found an issue or want to help us with the translation or anything else, please submit an issue or join our [Discord server](https://discord.com/invite/JGnEyhD6ah). If you have any ideas/suggestions/found an issue or want to help us with the translation or anything else, please [make an issue](https://github.com/ad044/lainTSX/issues).
## Tools used during development ## Tools used during development

View file

@ -9,7 +9,6 @@ const Header = () => {
<Link to="/notes">notes</Link> <Link to="/notes">notes</Link>
<Link to="/game">start</Link> <Link to="/game">start</Link>
<Link to="/guide">guide</Link> <Link to="/guide">guide</Link>
<a href="https://discord.com/invite/JGnEyhD6ah">discord</a>
<Link to="/options">options</Link> <Link to="/options">options</Link>
</div> </div>
); );

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

@ -37,7 +37,7 @@ const MainPage = () => {
/> />
<QA <QA
question={"I found an issue/have a suggestion/etc."} question={"I found an issue/have a suggestion/etc."}
answer={`Please join our <a href="https://discord.com/invite/JGnEyhD6ah">discord server</a> and tell us about it!`} answer={`Use the <a href="https://github.com/ad044/lainTSX/issues">Github issue tracker</a> and tell us about it!`}
/> />
<QA <QA
question={"Is it possible to run the game offline?"} question={"Is it possible to run the game offline?"}
@ -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."}

@ -1 +1 @@
Subproject commit ba71ba88b3692d68ec271de61dd70dbdfa4888b8 Subproject commit c8a69d76ddfaa5c2e6af59d1a28e393673582043