From f674c450eea1d32a4b0acb5e60200f2a93be2efa Mon Sep 17 00:00:00 2001 From: v4ltages Date: Fri, 24 Jul 2026 13:49:33 +0300 Subject: [PATCH] fix: translations got reverted --- translations/en.json | 6 +++--- translations/et.json | 6 +++--- tsconfig.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/translations/en.json b/translations/en.json index 234b6d2..3d81e7d 100644 --- a/translations/en.json +++ b/translations/en.json @@ -108,9 +108,9 @@ "name": "SUPPORTER", "price": "25+€", "features": [ - "A spot in the TipiLAN free-play area", - "Personal desk, power and internet connection", - "Participation in LAN-area activities and mini-tournaments" + "TipiLAN t-shirt to thank you for your support", + "Opportunity to contribute to TipiLAN's development and future.", + "Everything that comes with the visitor ticket" ] }, "lol": { diff --git a/translations/et.json b/translations/et.json index 7ec349d..5ce544e 100644 --- a/translations/et.json +++ b/translations/et.json @@ -108,9 +108,9 @@ "name": "TOETAJA", "price": "25+€", "features": [ - "Koht TipiLANi vabamängualal", - "Isiklik laud, voolu- ja internetiühendus", - "Osalemine LAN-ala tegevustes ja miniturniiridel" + "TipiLANi t-särk, et tänada sind meie toetamise eest", + "Võimalust anda oma panus TipiLANi arengusse ja tulevikku.", + "Kõik, mis kaasneb külastaja piletiga" ] }, "lol": { diff --git a/tsconfig.json b/tsconfig.json index 6359a41..9a6e0de 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react-jsx", "incremental": true, "plugins": [ {