79 Commits

Author SHA1 Message Date
Andrea Vos
49411cfe10 (ar)(trans) 2024-05-26 11:49:47 +02:00
Valentyne Stigloher
084554ba0b (ar)(links) link german thesis about gender-neutral arabic 2024-05-25 19:00:18 +02:00
Valentyne Stigloher
8e5735e1c5 (ar) disable sources and noun templates, hide terminology 2024-05-25 18:57:42 +02:00
ar contributors
99f6bd2d1c (ar)(trans) 2024-05-25 18:21:41 +02:00
ar contributors
1354bcf804 (ar)(trans) 2024-05-25 13:02:12 +02:00
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
ar contributors
cd9b3bfb2a (ar)(trans) 2024-05-23 18:13:31 +02:00
Valentyne Stigloher
c2c55eab23 (ar)(pronouns) remove plural information as there are no plural conjugations 2024-05-23 18:13:31 +02:00
Valentyne Stigloher
f2b4424785 (ar)(pronouns) remove unnecessary whitespace from examples 2024-05-23 18:09:42 +02:00
ar contributors
e25da47474 (ar)(trans) 2024-05-23 12:13:04 +02:00
Andrea Vos
2c88e5d1a9 (ar) change font 2024-05-21 20:03:21 +02:00
ar contributors
b6a5b1cfa4 (ar)(trans) 2024-05-21 13:48:24 +02:00
Valentyne Stigloher
371737e2c7 (ar)(pronouns) disable pronouns.null 2024-05-20 18:17:43 +02:00
ar contributors
67b543b7ac (ar)(trans) 2024-05-20 16:49:47 +02:00
Valentyne Stigloher
3996dd10b8 (ts) migrate calendar 2024-05-20 12:53:15 +02:00
Valentyne Stigloher
fa3c29c986 (ar)(pronouns) add trailing tabs to ensure parsability 2024-05-20 11:59:56 +02:00
Andrea Vos
5b92d748f8 (ar) change font 2024-05-19 14:21:51 +02:00
Andrea Vos
009452a24f (ar)(pronouns) add alias for three forms 2024-05-19 14:17:59 +02:00
Valentyne Stigloher
7eb1a88faf (style) unified styling for example buttons and tooltips for accessibility 2024-05-13 12:05:27 +02:00
Andrea Vos
3475173dda (ar)(pronouns) update from gdocs 2024-05-06 20:43:40 +02:00
Andrea Vos
c862d3c51f (ar)(trans) 2024-05-06 20:26:41 +02:00
Andrea Vos
3a87741a5d (ar)(trans) 2024-05-05 15:16:55 +02:00
Andrea Vos
04c4a47eac (ar)(trans) 2024-04-13 11:10:54 +02:00
Andrea Vos
debaf04c44 Merge branch 'schemas' into 'main'
config typings

See merge request PronounsPage/PronounsPage!429
2024-03-07 20:06:52 +00:00
Andrea Vos
60ec7d35f4 (ar)(pronouns) remove GrammarTables 2024-03-07 20:41:53 +01: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
a22981eb79 (fmt) indent switch case clauses 2024-01-21 13:55:34 +01:00
Andrea Vos
db2bac2381 (ar)(config) 2024-01-18 19:50:31 +01:00
Andrea Vos
0390428c53 (ar)(trans) 2024-01-18 19:48:24 +01:00
Andrea Vos
90f679edc0 (ar)(trans) - fix miscommit 2024-01-13 15:13:38 +01:00
Andrea Vos
647e0197e5 (ar)(trans) 2024-01-13 14:34:20 +01:00
Andrea Vos
e57fed22b8 Merge remote-tracking branch 'origin/main' 2024-01-11 21:43:33 +01:00
Andrea Vos
c644305370 (ar)(design) pick a font 2024-01-11 21:43:27 +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
Andrea Vos
27ea75daf9 (ar)(trans) 2024-01-11 20:31:22 +01:00
Andrea Vos
348a20a179 (ar)(trans) 2024-01-11 19:51:21 +01:00
Andrea Vos
8c7c236e6b (ar)(trans) 2024-01-06 17:10:28 +01:00
Benjamin
507718c83b Merge branch 'main' of https://gitlab.com/PronounsPage/PronounsPage 2024-01-04 12:31:16 -05:00
Andrea Vos
9c03b951aa (ar)(trans) 2024-01-04 18:19:05 +01:00
Benjamin
49eb1bf008 Update translations.suml 2024-01-04 17:16:27 +00:00
Andrea Vos
da1c9399fc (ar)(trans) 2024-01-04 17:59:08 +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
87800abf0a (en)(calendar) add disabled ace day 2023-10-02 23:13:28 +02:00
Andrea Vos
bf87a06d49 rebrand admin panel into team panel 2023-07-27 19:54:06 +02:00