From 5b7cf67a6a398353518eda45ebcc959cd67a9164 Mon Sep 17 00:00:00 2001 From: lelenium Date: Mon, 5 Apr 2021 14:49:39 +0200 Subject: [PATCH] capitalize Japanese --- README.md | 2 +- src/__tests__/helpers/name-selection-helpers.test.ts | 2 +- src/dom-components/MainPage.tsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd385dc..563ae20 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/__tests__/helpers/name-selection-helpers.test.ts b/src/__tests__/helpers/name-selection-helpers.test.ts index 91a2338..95ad06e 100644 --- a/src/__tests__/helpers/name-selection-helpers.test.ts +++ b/src/__tests__/helpers/name-selection-helpers.test.ts @@ -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 diff --git a/src/dom-components/MainPage.tsx b/src/dom-components/MainPage.tsx index dd81373..2368356 100644 --- a/src/dom-components/MainPage.tsx +++ b/src/dom-components/MainPage.tsx @@ -72,17 +72,17 @@ const MainPage = () => { name={"lelenium"} credit={"Helped with literally everything."} /> - + - +