mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(pl)(english) add links section
This commit is contained in:
parent
12fc460971
commit
261dac25bd
@ -1716,6 +1716,18 @@ people:
|
||||
english:
|
||||
enabled: true
|
||||
route: 'english'
|
||||
links:
|
||||
-
|
||||
icon: 'pen-nib'
|
||||
url: ' https://en.pronouns.page/polish-revolution'
|
||||
headline: 'The amazing revolution of “niebinarszczyzna”'
|
||||
quote: >
|
||||
Every once in a while I get reminded of just how much of what we do is pretty much invisible for most visitors of Pronouns.page,
|
||||
simply because a big chunk of our work is focused on a language that they don't speak 😅
|
||||
\[…] Over the last few years we're seeing big changes in how nonbinary Polish – or niebinarna polszczyna, or niebinarszczyzna – evolves,
|
||||
gains social acceptance, legitimacy, and popularity among the nonbinary folks themselves.
|
||||
So I wrote down a summary of what we've been up to on the Polish side of Pronouns.page. \[…]
|
||||
|
||||
pronounGroups:
|
||||
-
|
||||
name: 'Normative forms'
|
||||
|
@ -11,6 +11,13 @@
|
||||
<T>english.intro</T>
|
||||
</div>
|
||||
|
||||
<template v-if="config.english.links">
|
||||
<Separator icon="link"/>
|
||||
<ul class="list-unstyled">
|
||||
<Link v-for="link in config.english.links" :link="link" :key="link.url"/>
|
||||
</ul>
|
||||
</template>
|
||||
|
||||
<Separator icon="list"/>
|
||||
|
||||
<section v-for="pronounGroup in config.english.pronounGroups">
|
||||
|
Loading…
x
Reference in New Issue
Block a user