15 Commits

Author SHA1 Message Date
Valentyne Stigloher
afd1af8db9 (trans) remove translations of base translation from locale translations 2024-05-24 14:25:05 +02:00
Valentyne Stigloher
37aaf9537b (pronouns) add option to disable generator and move all related configuration to a submodule configuration
disable generator for ar
2024-05-23 18:19:26 +02:00
Valentyne Stigloher
3996dd10b8 (ts) migrate calendar 2024-05-20 12:53:15 +02:00
Valentyne Stigloher
7eb1a88faf (style) unified styling for example buttons and tooltips for accessibility 2024-05-13 12:05:27 +02:00
Valentyne Stigloher
4d4c0895db (lint) generate json schema from Config type to validate config.suml
fix some instances of wrong schemas in config.suml
2024-03-07 16:28:12 +01:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Valentyne Stigloher
eb9ebace3a (refactor) migrate from cjs to esm so that
in the case of importing `.json` files, node does support these only via adding `with { type: 'json' }`
and then it is still experimental.
The workaround is to create a require() function which is hidden from webpack via simple-hacky string replacement.
https://nodejs.org/api/esm.html#json-modules
This means that the files are not fully compatible, as webpack supports loading of other files via `import`,
while node does only allow `.js` (experimentally `.json` and `.wasm`).
2023-12-13 23:31:45 +01:00
Valentyne Stigloher
449822e2d8 (refactor) remove unused imports 2023-12-13 23:31:00 +01:00
Valentyne Stigloher
a0d65f9978 (refactor) rename component <Morpheme> to <MorphemeWithPronunciation> 2023-11-22 16:44:28 +01:00
Andrea Vos
81085af415 extend support banners 2023-11-06 20:47:47 +01:00
Andrea Vos
ec6154c88f replace remaining occurances of "Teams" with "Discord" 2023-10-26 18:53:42 +02:00
Andrea Vos
61d586ea6d (legal) replace mentions of hCaptcha with Turnstile 2023-10-26 17:43:59 +02:00
Andrea Vos
87800abf0a (en)(calendar) add disabled ace day 2023-10-02 23:13:28 +02:00
Sky
1987da7ec7 HMR Fixes + Doc 2023-08-21 19:23:54 +00:00
FNItsLegend
dcad63970c init hebrew locale creation 2023-08-19 23:25:05 +03:00