From 8c2f445fd9e1dfeb28acd09c6009b6062f9f9562 Mon Sep 17 00:00:00 2001 From: yuriha Date: Fri, 25 Mar 2022 23:35:00 +0100 Subject: [PATCH 1/4] remove discord links --- README.md | 2 +- src/dom-components/Header.tsx | 1 - src/dom-components/MainPage.tsx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 510922f..ad2a475 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Building locally is currently not possible. This is because the repository lacks ## 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 diff --git a/src/dom-components/Header.tsx b/src/dom-components/Header.tsx index d1b47fa..3adb11b 100644 --- a/src/dom-components/Header.tsx +++ b/src/dom-components/Header.tsx @@ -9,7 +9,6 @@ const Header = () => { notes start guide - discord options ); diff --git a/src/dom-components/MainPage.tsx b/src/dom-components/MainPage.tsx index 6c6c59a..ad49683 100644 --- a/src/dom-components/MainPage.tsx +++ b/src/dom-components/MainPage.tsx @@ -37,7 +37,7 @@ const MainPage = () => { /> discord server and tell us about it!`} + answer={`Use the Github issue tracker and tell us about it!`} /> Date: Sat, 26 Mar 2022 00:07:02 +0100 Subject: [PATCH 2/4] French translation --- src/dom-components/Language.tsx | 1 + src/dom-components/MainPage.tsx | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/dom-components/Language.tsx b/src/dom-components/Language.tsx index 353521d..4ae0832 100644 --- a/src/dom-components/Language.tsx +++ b/src/dom-components/Language.tsx @@ -10,6 +10,7 @@ const Language = () => { const supportedLanguages = [ { language: "English", code: "en" }, { language: "Korean", code: "ko" }, + { language: "French", code: "fr" } ]; const updateLanguage = useCallback( diff --git a/src/dom-components/MainPage.tsx b/src/dom-components/MainPage.tsx index ad49683..d53702b 100644 --- a/src/dom-components/MainPage.tsx +++ b/src/dom-components/MainPage.tsx @@ -18,7 +18,7 @@ const MainPage = () => { with the aim to provide multi-language support.
Please make sure to read the notes before you - start playing. + start playing.

@@ -111,6 +111,12 @@ const MainPage = () => { } credit={"Korean translation."} />{" "} + {" "} Date: Fri, 25 Mar 2022 16:09:13 -0700 Subject: [PATCH 3/4] Update MainPage.tsx --- src/dom-components/MainPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dom-components/MainPage.tsx b/src/dom-components/MainPage.tsx index d53702b..d25434f 100644 --- a/src/dom-components/MainPage.tsx +++ b/src/dom-components/MainPage.tsx @@ -18,7 +18,7 @@ const MainPage = () => { with the aim to provide multi-language support.
Please make sure to read the notes before you - start playing. + start playing.

From 74d647f3fb157601dc423a970a8cbe308ab6df45 Mon Sep 17 00:00:00 2001 From: yuriha Date: Sat, 26 Mar 2022 11:29:30 +0100 Subject: [PATCH 4/4] update submodule --- .gitmodules | 2 +- src/static/media/webvtt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e23b52f..bc36bd4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "webvtt"] path = src/static/media/webvtt - url = https://github.com/lelenium/lainvtt + url = https://github.com/laingame-net/lainvtt diff --git a/src/static/media/webvtt b/src/static/media/webvtt index ba71ba8..c8a69d7 160000 --- a/src/static/media/webvtt +++ b/src/static/media/webvtt @@ -1 +1 @@ -Subproject commit ba71ba88b3692d68ec271de61dd70dbdfa4888b8 +Subproject commit c8a69d76ddfaa5c2e6af59d1a28e393673582043