fix: translations got reverted

This commit is contained in:
2026-07-24 13:49:33 +03:00
parent a8ba835f0d
commit f674c450ee
3 changed files with 7 additions and 7 deletions

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -15,7 +15,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{