From ff2dab35cee5bfc21d52f3ad10e00167d8a5bab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Mon, 4 Apr 2022 21:15:00 +0000 Subject: [PATCH 1/3] [nl] Update translations.suml --- locale/nl/translations.suml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml index 9ae21d88c..b949bdcce 100644 --- a/locale/nl/translations.suml +++ b/locale/nl/translations.suml @@ -196,19 +196,19 @@ faq: headerLong: 'Veelgestelde vragen' questions: nonbinary: - question: 'What is nonbinary?' # TODO + question: 'Wat is non-binair?' # TODO answer: - > - Gender is way more complicated than just a simple distinction male/female. - Even from a purely biological standpoint we distinguish chromosomal sex, - genetic sex, hormonal sex, phenotypic sex… - They aren't necessarily congruent with each other, they don't have to be binary. - {https://twitter.com/RebeccaRHelm/status/1207834357639139328=(more info here)}. - And when we get to the cultural aspect, “gender” is a social construct. - Depending on time and location being “a woman” or “a man” can mean having radically different - rights, duties, norms… In Europe men used to wear high heels and stockings. - Native peoples of North America have been recognising a third gender for centuries - {https://gender.wikia.org/wiki/Two-Spirit=(two-spirit)}, etc. etc. + Gender is veel ingewikkelder dan een simpel onderscheid tussen mannelijk en vrouwelijk. + Zelfs vanuit een puur biologisch standpunt is er een verschil tussen chromosomale sekse, + genetische sekse, hormonale sekse, fenotypische sekse... + deze zijn niet perse allemaal congruent, ze hoeven niet perse binair te zijn + {https://twitter.com/RebeccaRHelm/status/1207834357639139328=(meer info hier)}. + Es als we dan naar het culturele aspect kijken, is ''gender'' een sociaal construct. + De begrippen ''vrouw'' en ''man'' kunnen compleet verschillende rechten, plichten en normen omvatten, + afhankelijk van het tijdperk en de geografische locatie. Het was ooit gebruikelijk in Europa dat mannen hoge hakken en kousen droegen. + De oorspronkelijke bewoners van Noord-Amerika hebben al eeuwen een derde gender erkend + {https://gender.wikia.org/wiki/Two-Spirit=(two-spirit)}, enz. - > Nonbinary is an umbrella term describing the identity of people who don't fit the binary man/woman distinction. @@ -402,12 +402,12 @@ user: account: changeUsername: header: 'Gebruikersnaam' - action: 'Verander' # TODO more explicitly "Change username" + action: 'Gebruikersnaam wijzigen' invalid: 'Jouw gebruikersnaam moet tussen 4 en 16 karakters lang zijn en kan alleen nummers, letters, puntjes, streepjes en onderstreepjes bevatten.' taken: 'Deze gebruikersnaam is al in gebruik.' changeEmail: header: 'E-mailadres' - action: 'Verander' # TODO more explicitly "Change email" + action: 'E-mail wijzigen' invalid: 'Ongeldig e-mailadres.' taken: 'Dit adres is al in gebruik.' admin: 'Admin' From 8cfed2e2bfabb49445cb23989dd6d275052185f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Mon, 4 Apr 2022 21:15:38 +0000 Subject: [PATCH 2/3] [nl] Update translations.suml --- locale/nl/translations.suml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml index b949bdcce..f1640eba6 100644 --- a/locale/nl/translations.suml +++ b/locale/nl/translations.suml @@ -117,7 +117,7 @@ sources: key: 'Sleutel' keyInfo: 'Identifier om bronnen te linken tussen verschillende vertalingen van de website en om met het woordenboek te linken' images: 'Afbeeldingen' - spoiler: 'Spoiler' # TODO + spoiler: 'Spoiler' otherVersions: 'In andere talen' referenced: 'Gebruiksvoorbeelden' From 3cfd8729397c5091283a7f2c83e720c5c22f5c40 Mon Sep 17 00:00:00 2001 From: Peipr Date: Wed, 6 Apr 2022 09:05:42 +0000 Subject: [PATCH 3/3] Add documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3a41fa2b2..0d38fcd22 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,13 @@ $ nuxt start ## Copyright See [LICENSE](./LICENSE.md) + +## Development Documentation +Read https://en.pronouns.page/new-version +When you add a new language, remember to modify the file ./src/locales.js to add your language. true means the translation is finished and published, so you'll probably want to go with false.\ +If you're having problems using Yarn, npm is probably fine, but remember to switch any `yarn [x]` commands for `npm run [x]`\ +Remember to modify the ./.env file. You don't really need to set up any external APIs, just make up a secret. In order to test the login system, you can type in an email followed by a + (example@pronouns.page+). This way, you won't need a mailer, as the code will always be 999999. This feature is exclusive to development builds. + +## Current translations being worked on +- Catalan - @peiprjs +- [Add yours!]