diff --git a/README.md b/README.md index 8d175d2..c14c60b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,25 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next * **[React](https://facebook.github.io/react/)** (17.x) * **[Typescript](https://www.typescriptlang.org/)** (4.x) * **[Next.js](https://nextjs.org/)** (12.x) -* [Testcafe](https://devexpress.github.io/testcafe/) - E2E Testing framework +* **[Testcafe](https://devexpress.github.io/testcafe/)** - E2E Testing framework ## Installation -1. Clone/download repo -2. Install node v16 ([`nvm`](https://github.com/nvm-sh/nvm)) -3. `cp .env.local.example .env.local` -4. `npm install` + +Install node v16 with **[Node Version Manager](https://github.com/nvm-sh/nvm#installing-and-updating)**. + +Set up your SSH key authentication in GitLab Profile Settings. Then clone the repository and checkout the master branch: +```bash +git clone git@gitlab.com:sahkoinsinoorikilta/vtmk/web2.0-frontend.git +cd web2.0-frontend +git checkout master +``` + +Create local env file for development and install dependencies: +```bash +cp .env.local.example .env.local +npm install +``` ## Getting Started diff --git a/src/i18n/locales/en/common.json b/src/i18n/locales/en/common.json index e263453..3caeb3a 100644 --- a/src/i18n/locales/en/common.json +++ b/src/i18n/locales/en/common.json @@ -48,7 +48,7 @@ "Se aukeaa": "Signup opens at", - "Ilmoittauminen sulkeutuu": + "Ilmoittautuminen sulkeutuu": "Signup closes at", "Ilmoittauminen on umpeutunut!": diff --git a/src/views/HonoraryPage/HonoraryPageView.tsx b/src/views/HonoraryPage/HonoraryPageView.tsx index 8d380a4..7b38e61 100644 --- a/src/views/HonoraryPage/HonoraryPageView.tsx +++ b/src/views/HonoraryPage/HonoraryPageView.tsx @@ -22,6 +22,7 @@ const HonoraryPageView: React.FC = () => (
  • Tapani Jokinen 1996–
  • Kaj G. Lindén 1999–
  • Jorma Kyyrä 2011–
  • +
  • Seppo Saastamoinen 2022-
  • Oltermannit

    Oltermanni on yhdyshenkilö killan ja opettajakunnan välillä. Valtuusto valitsee oltermannin kolmeksi vuodeksi kerrallaan.

    @@ -82,6 +83,7 @@ const HonoraryPageView: React.FC = () => (
  • 2019 Ville Kapanen
  • 2020 Anni Parkkila, Aliisa Pietilä
  • 2021 Essi Jukkala
  • +
  • 2022 Erna Virtanen, Tuukka Syrjänen
  • Standaari

    Standaari voidaan hallituksen päätöksellä lahjoittaa killan toimintaan myönteisesti vaikuttaneille tahoille. Standaarit on numeroitu lahjoittamisjärjestyksessä.

    @@ -195,6 +197,14 @@ const HonoraryPageView: React.FC = () => (
  • 2021 Tuukka Syrjänen
  • 2021 Timi Tiira
  • +

    Hopeiset ansiomerkit

    Killan hallitus voi myöntää hopeitosen ansiomerkin killan jäsenelle tai perustellusta syystä myös muulle henkilölle tunnustuksena erityisestä kiinnostuksesta kiltaa kohtaan sekä ansioituneesta toiminnasta killan hyväksi.

    + diff --git a/src/views/SignUpPage/SignUpPageView.tsx b/src/views/SignUpPage/SignUpPageView.tsx index a97b3f1..f8e7ec4 100644 --- a/src/views/SignUpPage/SignUpPageView.tsx +++ b/src/views/SignUpPage/SignUpPageView.tsx @@ -112,7 +112,7 @@ const SignUpPageView: React.FC = ({ const questions = signUpForm.questions.map((q) => signupFormQuestionToQuestion(q, i18n.language)); form = ( <> -

    {`${t("Ilmoittauminen sulkeutuu")} ${endDateStr}`}.

    +

    {`${t("Ilmoittautuminen sulkeutuu")} ${endDateStr}`}.