869 Commits

Author SHA1 Message Date
Valentyne Stigloher
a80dc8ca32 (de)(pronouns) group example sentences via categories 2024-05-13 12:03:20 +02:00
Andrea Vos
943814ca6f (pl)(en)(blog) avant-drag - final fixes 2024-05-11 17:38:20 +02:00
Andrea Vos
5375001241 (pl)(en)(blog) avant-drag - polish version, proofreading 2024-05-11 16:21:02 +02:00
Andrea Vos
06fd1f44fb Merge branch 'main' into avant-drag 2024-05-11 16:03:31 +02:00
Andrea Vos
8d40b346ba (en)(blog) avant-drag - resize pics, add CW 2024-05-11 11:37:45 +02:00
Andrea Vos
2fd575c9b0 (en)(blog) avant-drag 2024-05-11 09:24:51 +02:00
Valentyne Stigloher
9ce8b63338 (en)(calendar) correct dates of Estonia and Argentina Marriage Equality Days
add start years to all marriage equality days with a single country or where both countries changed it at the same time
2024-05-08 13:50:31 +02:00
Szymon Misiek
4bb1d127f1 Update file pronouns.tsv 2024-04-30 08:43:43 +00:00
Andrea Vos
27f0c67c3e (workshops) add banners 2024-04-25 18:53:49 +02:00
Andrea Vos
c83219c00d (blog) make blog more visible: latest posts on homepage, item in header 2024-04-23 22:50:53 +02:00
Andrea Vos
44e656744b (user)(ui) revamp the account page 2024-04-16 20:55:39 -05:00
Andrea Vos
8752578773 (account) better UI for changing avatars (many people cannot find it) 2024-04-01 13:54:59 +02:00
Andrea Vos
614773630e (pl)(en)(blog) civil unions bill 2024-03-21 23:53:40 +01:00
Andrea Vos
7753fcc70e (pl)(en)(blog) civil unions bill 2024-03-21 21:57:29 +01:00
Andrea Vos
f7c0ec3361 (en)(blog) eurovision 2024-03-21 21:47:21 +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
fedd7593f0 (trans) use <strong> for Sentry name in accordance to other services 2024-03-07 11:48:17 +01:00
Valentyne Stigloher
035756c274 (privacy) add paragraph for Sentry 2024-03-05 18:19:34 +01:00
Andrea Vos
1a2c0290ad (pl)(academic) update 2024-03-05 17:25:21 +01:00
Andrea Vos
a4809a9e15 (pl)(en) (calendar) NGO, DID, parada równości 2024-03-05 17:07:40 +01:00
Andrea Vos
ef69fd23f4 (workshops)(en) add to english too 2024-02-25 13:28:30 +00:00
Andrea Vos
40fc84126b Merge branch 'main' into workshops 2024-02-25 12:53:38 +00:00
Andrea Vos
1623557e58 Merge remote-tracking branch 'origin/main' 2024-02-18 22:00:27 +00:00
Andrea Vos
4eb6cc5cb4 (en)(links) genders.wtf 2024-02-18 21:51:00 +00: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
Valentyne Stigloher
f9b4361794 (trans) add key flags_alt.Polyamorous____, format flags_alt and put them explicitely to locale en 2024-02-10 17:20:52 +01:00
Andrea Vos
706a1b51ef Merge branch 'main' into workshops
# Conflicts:
#	components/CommunityNav.vue
#	components/Header.vue
#	src/contact.js
2024-02-09 15:11:01 +01:00
Andrea Vos
869d4db920 (pl) fix 404 RJP 2024-02-03 14:37:37 +01:00
Valentyne Stigloher
11d291a24f (pronouns) enable translations for slash modifiers 2024-01-24 00:53:43 +01:00
Valentyne Stigloher
63cd06f2e4 (pronouns) allow the user to choose the generated link, defaulting to slashes
it tries to be consistent with the /u/ notation switch in a profile
otherwise, after adding at least one modifier (plural or description),
the compressed format would always be shorter
2024-01-24 00:50:13 +01:00
Andrea Vos
f3ade21f50 (en)(trans) better wording for "approximate location" 2024-01-11 21:57:32 +01:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Andrea Vos
ad7905e485 (en)(links) add genderlessvoice.com 2024-01-11 20:06:28 +01:00
Valentyne Stigloher
0435f28e21 (profile) allow optional pronunciation for names
keep in mind that newly added properties won’t be reactive,
so both on profile parsing and on creating a new row from the prototype
the new pronunciation property must be included
2024-01-11 16:15:04 +01:00
Andrea Vos
9e025e7c14 (en) easter egg 2023-12-29 00:15:37 +01:00
Andrea Vos
88f97ef4d8 (workshops) first draft 2023-12-28 23:00:07 +01:00
Andrea Vos
ea4998fdf0 Personal calendar in the card 2023-12-26 12:34:35 +00:00
Andrea Vos
5ebe2554e8 (en)(links) fix NYU link, add UCSB bibliography 2023-12-21 11:39:13 +01:00
Andrea Vos
2ebc5a8035 (en)(links) NYU 2023-12-20 13:27:40 +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
Andrea Vos
0b64664a2d (profile) allow inline markdown - better wording 2023-12-11 17:14:49 +01:00
Andrea Vos
ac0dd81244 (profile) allow inline markdown - add switch 2023-12-10 00:32:22 +01:00
Andrea Vos
5f680642e7 Merge branch 'main' into markdown
# Conflicts:
#	locale/expectedTranslations.js
2023-12-09 19:10:21 +01:00
Andrea Vos
4ed10398e1 (profile) allow inline markdown - add togglable instructions 2023-12-09 16:19:37 +01:00
Andrea Vos
15687c7e91 (profile) allow inline markdown syntax for fields: description, names, words 2023-12-06 20:44:58 +01:00
Andrea Vos
05aeca8408 (profile) more colours and better contrast 2023-12-06 19:37:45 +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
Kevin
5acb2c6832 remove better tweet deck 2023-10-28 14:36:31 +00:00