capitalize Japanese

This commit is contained in:
lelenium 2021-04-05 14:49:39 +02:00
parent 65aa98015b
commit 5b7cf67a6a
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ A browser-based implementation of the Serial Experiments Lain PSX game using `re
## History
The original PSX game was released in Japan, back in 1998. The game never got a proper english adaptation, which resulted in all non-japanese speaking players either having to play through the game while simultaneously reading through the translation, or simply not playing the game at all and only reading it.
The original PSX game was released in Japan, back in 1998. The game never got a proper english adaptation, which resulted in all non-Japanese speaking players either having to play through the game while simultaneously reading through the translation, or simply not playing the game at all and only reading it.
The goal of this project is to provide a better experience for those willing to play the game, and the way to do so is by implementing a subtitle system, which has the capability to support multiple languages.

View file

@ -1,6 +1,6 @@
import { handleNameSelection } from "../../helpers/name-selection-helpers";
it("Handles the logic for japanese characters", () => {
it("Handles the logic for Japanese characters", () => {
// cant be first character check
expect(handleNameSelection("", "ン")).toEqual(undefined);
// if its not first, then fine

View file

@ -72,17 +72,17 @@ const MainPage = () => {
name={"lelenium"}
credit={"Helped with literally everything."}
/>
<Credit name={"Bunbuns"} credit={"Fonts, help with japanese."} />
<Credit name={"Bunbuns"} credit={"Fonts, help with Japanese."} />
<Credit name={"Phenomenal"} credit={"Help with 3D stuff, fonts."} />
<Credit name={"wires"} credit={"Help with asset extraction."} />
<Credit name={"oo"} credit={"Help with japanese."} />
<Credit name={"oo"} credit={"Help with Japanese."} />
<Credit name={"JToke"} credit={"Help with shaders."} />
<Credit name={"retard"} credit={"Made 3D models."} />
<Credit name={"knobluch"} credit={"Made 3D models."} />
<Credit name={"ridderhoff"} credit={"Help with 3D stuff."} />
<Credit
name={"claire"}
credit={"Helped with japanese and Lain's voice."}
credit={"Helped with Japanese and Lain's voice."}
/>
<Credit name={"Lorenzo"} credit={"Majority of the subtitle timing."} />
<Credit