From e848558cbdf63381f2d6dffceb04a42559411110 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Thu, 21 Jul 2022 18:35:45 +0200 Subject: [PATCH] minor fixes --- locale/en/blog/those-scary-pronouns.md | 2 +- src/locales.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en/blog/those-scary-pronouns.md b/locale/en/blog/those-scary-pronouns.md index f5a5498f9..9e2a43172 100644 --- a/locale/en/blog/those-scary-pronouns.md +++ b/locale/en/blog/those-scary-pronouns.md @@ -4,7 +4,7 @@ ![Sylvia Dziuba on Medium: Demanding Pronouns. No, I don’t want to give you mine, and I don’t want to know yours.](/img-local/blog/demanding-pronouns.png) -So I stumbled upon an article on Medium called [“Demanding Pronouns”](https://medium.com/the-venting-machine/demanding-pronouns-b819ab23f5df). +So I stumbled upon an article on Medium titled [“Demanding Pronouns”](https://medium.com/the-venting-machine/demanding-pronouns-b819ab23f5df). And while I normally wouldn't even bother to dignify such blatantly enbyphobic bullshit with a reply, this one is just so over the top asinine that I just have to pick my “favourite” parts and share them with a comment, even a brief one. diff --git a/src/locales.js b/src/locales.js index 1a2621c91..0fb6d791d 100644 --- a/src/locales.js +++ b/src/locales.js @@ -1,6 +1,6 @@ module.exports = [ ['de', 'Deutsch', 'https://de.pronouns.page', true], - ['es', 'Español', 'https://pronombr.es', true], + ['es', 'Español', 'https://pronombr.es', true], ['eo', 'Esperanto', 'https://eo.pronouns.page', false], ['en', 'English', 'https://en.pronouns.page', true], ['fr', 'Français', 'https://fr.pronouns.page', true],