65 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
9a78a074d8 (ts) add ~ path alias so that the symlinked data directory still resolves to the correct file
Nuxt 2 fails with aliases in serverMiddleware, so I had to use tsconfig-paths-webpack-plugin as workaround
https://github.com/nuxt/typescript/issues/339
2024-05-20 12:53:16 +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
Gradient1058
8d3b102aa1 35 translations 2024-04-23 06:03:17 +00: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
Valentyne Stigloher
2434919113 (trans) check that referenced paths inside translations are valid for the particular locale
remove some untranslated entries because they would generate errors
2024-02-17 21:00:47 +01:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Valentyne Stigloher
8b6320fff3 (lint) manually apply fixes
locale/ar/translation.suml: remove duplicated user.accountSwitch (same string value)
locale/de/config.suml: explicitely made sources.mergePronouns an empty mapping
locale/et/config.suml: explicitely set pronouns.emoji to false and remove empty pronouns.mirror
locale/ja/config.suml: add missing comma in profile.defaultWords (suml parser is fine without it)
locale/ko/translations.suml: integrate duplicated profile.verifiedLinks
locale/pt/translations.suml: remove duplicated profile.sensitive and superfluos footer.stats.stats
locale/tok/translations.suml: remove duplicated profile.linkRecommended, profile.column, profile.editor
2024-01-11 20:33:04 +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
Andrea Vos
04ad5ea003 Merge (ads) newor 2023-07-27 19:55:06 +02:00
Andrea Vos
bf87a06d49 rebrand admin panel into team panel 2023-07-27 19:54:06 +02:00
Gradient1058
88fa3af278 Update file translations.suml 2023-07-12 18:55:00 +00:00
Andrea Vos
3697e767e0 wording improvements 2023-07-08 10:24:05 +02:00
Andrea Vos
0645285b31 (en)(et)(calendar) - Estonian marriage equality – add start year constraint 2023-06-20 18:50:16 +02:00
Gradient1058
73a8dff2a7 Merge branch 'main' into estonian 2023-06-20 12:20:56 +03:00
Gradient1058
5799aaf050 Estonian Marriage Equality Day 2023-06-20 12:18:45 +03:00
Andrea Vos
f599edc0c4 Merge branch 'estonian' into 'main'
Estonian: Fix an icon

See merge request PronounsPage/PronounsPage!356
2023-06-19 20:01:04 +00:00
Gradient1058
58ae6fed6a Fix an icon 2023-06-19 22:59:53 +03:00
Andrea Vos
8f4fb8585a Merge branch 'estonian' into 'main'
Estonian: link icons

See merge request PronounsPage/PronounsPage!355
2023-06-19 19:55:54 +00:00
Gradient1058
0cbf4f6b84 Icons 2023-06-19 22:53:24 +03:00
Andrea Vos
679474de68 Merge branch 'pronounis' into 'main'
Fix pronoun.is

See merge request PronounsPage/PronounsPage!352
2023-06-17 07:48:39 +00:00
Gradient1058
073180f74b Fix pronoun.is 2023-06-16 18:12:47 +03:00
Gradient1058
2ca8755581 Default word update 2023-06-16 18:01:57 +03:00
Gradient1058
4c06d272db Small change 2023-06-11 00:31:14 +03:00
Gradient1058
3a6ce3788e Workarounds for pronounless use 2023-06-10 23:32:04 +03:00
Gradient1058
58fa295833 Sources 2023-06-10 22:30:02 +03:00
Gradient1058
3555e182fc More links 2023-06-04 14:55:14 +03:00
Gradient1058
412e70bc1d Flag terms 2023-06-04 13:40:32 +03:00
Gradient1058
6b13bc45d7 Translate some stuff 2023-06-01 18:21:58 +03:00
Andrea Vos
e8753eda35 [ru][trans] 2023-05-31 18:36:09 +02:00
Gradient1058
674bf2a5a1 Estonian 2023-05-30 21:03:00 +00:00
Gradient1058
8c2371e8a3 Fixes 2023-05-29 21:44:57 +03:00
Gradient1058
b761e48736 Dictionary templates 2023-05-29 21:31:54 +03:00
Gradient1058
1e86f45c87 Update from source 2023-05-29 21:18:56 +03:00
Gradient1058
dc4f364e34 Dictionary phrases 2023-05-29 21:09:38 +03:00
Gradient1058
91e9f88b9d Translate flag FAQ 2023-05-29 20:56:53 +03:00
Gradient1058
2c27fcf7d2 Profile phrases 2023-05-29 20:44:27 +03:00
Gradient1058
aea0afe76d Profile translations 2023-05-29 20:19:04 +03:00
Gradient1058
3c356500dd Login page 2023-05-29 20:09:00 +03:00
Gradient1058
8ba5e82deb Strings that don't exist yet 2023-05-29 19:53:34 +03:00
Gradient1058
b7b9b3f970 Dictionary summary 2023-05-28 23:04:56 +03:00
Gradient1058
d5af818244 Contact page 2023-05-28 22:55:39 +03:00