diff --git a/locale/_/config.suml b/locale/_/config.suml
index 21db740d..6774ce75 100644
--- a/locale/_/config.suml
+++ b/locale/_/config.suml
@@ -10,10 +10,12 @@ sources:
nouns:
enabled: false
- inclusive:
- enabled: false
- terms:
- enabled: false
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: false
names:
enabled: false
diff --git a/locale/de/config.suml b/locale/de/config.suml
index b496ec12..2d4eebbf 100644
--- a/locale/de/config.suml
+++ b/locale/de/config.suml
@@ -42,22 +42,24 @@ nouns:
declension: false
submit: true
templates: true
- inclusive:
- enabled: false
- terms:
- enabled: true
- categories:
- - 'sexuelle Orientierung'
- - 'romantische Orientierung'
- - 'tertiäre Orientierung'
- - 'Geschlecht'
- - 'Geschlechtsausdruck'
- - 'Beziehungsmodell'
- - 'Sprache'
- - 'Anziehung'
- - 'Politik'
- - 'Vorurteil'
- route: 'terminologie'
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: true
+ categories:
+ - 'sexuelle Orientierung'
+ - 'romantische Orientierung'
+ - 'tertiäre Orientierung'
+ - 'Geschlecht'
+ - 'Geschlechtsausdruck'
+ - 'Beziehungsmodell'
+ - 'Sprache'
+ - 'Anziehung'
+ - 'Politik'
+ - 'Vorurteil'
+ route: 'terminologie'
names:
enabled: false
diff --git a/locale/de/translations.suml b/locale/de/translations.suml
index 325c28e6..2af83ca6 100644
--- a/locale/de/translations.suml
+++ b/locale/de/translations.suml
@@ -163,6 +163,8 @@ nouns:
plural: 'Plural'
pluralShort: 'Pl.'
+ image: 'Bild'
+
terms:
header: 'Terminologie'
headerLong: 'Wörterbuch von Queerer Terminologie'
diff --git a/locale/en/config.suml b/locale/en/config.suml
index 54394d0d..3fea7098 100644
--- a/locale/en/config.suml
+++ b/locale/en/config.suml
@@ -71,23 +71,25 @@ nouns:
declension: false
submit: true
templates: true
- inclusive:
- enabled: false
- terms:
- enabled: true
- categories:
- - 'sexual orientation'
- - 'romantic orientation'
- - 'tertiary orientation'
- - 'gender'
- - 'gender expression'
- - 'relationship model'
- - 'language'
- - 'attraction'
- - 'politics'
- - 'prejudice'
- route: 'terms'
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: true
+ categories:
+ - 'sexual orientation'
+ - 'romantic orientation'
+ - 'tertiary orientation'
+ - 'gender'
+ - 'gender expression'
+ - 'relationship model'
+ - 'language'
+ - 'attraction'
+ - 'politics'
+ - 'prejudice'
+
+ route: 'terms'
names:
enabled: false
diff --git a/locale/en/translations.suml b/locale/en/translations.suml
index ff63190b..a9de7778 100644
--- a/locale/en/translations.suml
+++ b/locale/en/translations.suml
@@ -207,17 +207,19 @@ nouns:
plural: 'plural'
pluralShort: 'pl.'
- terms:
- header: 'Terminology'
- headerLong: 'Dictionary of queer terminology'
- info:
- - >
- A dictionary of terms related to the LGBTQ+ community.
- term: 'Term'
- original: 'Etymology'
- category: 'Category'
- images: 'Additional images, from outside the flag catalogue'
- definition: 'Definition'
+ image: 'Picture'
+
+terminology:
+ header: 'Terminology'
+ headerLong: 'Dictionary of queer terminology'
+ info:
+ - >
+ A dictionary of terms related to the LGBTQ+ community.
+ term: 'Term'
+ original: 'Etymology'
+ category: 'Category'
+ images: 'Additional images, from outside the flag catalogue'
+ definition: 'Definition'
faq:
header: 'FAQ'
diff --git a/locale/es/config.suml b/locale/es/config.suml
index cf288699..a82989c4 100644
--- a/locale/es/config.suml
+++ b/locale/es/config.suml
@@ -46,22 +46,24 @@ nouns:
declension: false
submit: true
templates: false
- inclusive:
- enabled: false
- terms:
- enabled: true
- categories:
- - 'orientación sexual'
- - 'orientación romántica'
- - 'orientacja terciaria'
- - 'género'
- - 'expresión de género'
- - 'modelo de relación'
- - 'lenguaje'
- - 'atracción'
- - 'política'
- - 'prejuicio'
- route: 'terminologia'
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: true
+ categories:
+ - 'orientación sexual'
+ - 'orientación romántica'
+ - 'orientacja terciaria'
+ - 'género'
+ - 'expresión de género'
+ - 'modelo de relación'
+ - 'lenguaje'
+ - 'atracción'
+ - 'política'
+ - 'prejuicio'
+ route: 'terminologia'
names:
enabled: false
diff --git a/locale/es/translations.suml b/locale/es/translations.suml
index f0c467b2..5488a347 100644
--- a/locale/es/translations.suml
+++ b/locale/es/translations.suml
@@ -168,17 +168,19 @@ nouns:
plural: 'plural'
pluralShort: 'pl.'
- terms:
- header: 'Terminología'
- headerLong: 'Diccionario de terminología queer'
- info:
- - >
- Un diccionario de terminología relacionada con la comunidad LGBTQ+.
- term: 'Término'
- original: 'Etimología'
- category: 'Categoría'
- images: 'Imágenes adicionales, de fuera del catálogo de banderas'
- definition: 'Definición'
+ image: 'Imagen'
+
+terminology:
+ header: 'Terminología'
+ headerLong: 'Diccionario de terminología queer'
+ info:
+ - >
+ Un diccionario de terminología relacionada con la comunidad LGBTQ+.
+ term: 'Término'
+ original: 'Etimología'
+ category: 'Categoría'
+ images: 'Imágenes adicionales, de fuera del catálogo de banderas'
+ definition: 'Definición'
faq:
header: 'Preguntas'
diff --git a/locale/fr/config.suml b/locale/fr/config.suml
index 6ff67e7c..0906c8e9 100644
--- a/locale/fr/config.suml
+++ b/locale/fr/config.suml
@@ -50,22 +50,24 @@ nouns:
declension: false
submit: true
templates: true
- inclusive:
- enabled: false
- terms:
- enabled: true
- categories:
- - 'orientation sexuelle'
- - 'orientation romantique'
- - 'orientation tertiaire'
- - 'genre'
- - 'expression du genre'
- - 'modèle de relation'
- - 'langage'
- - 'attirance'
- - 'politique'
- - 'préjugé'
- route: 'terminologie'
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: true
+ categories:
+ - 'orientation sexuelle'
+ - 'orientation romantique'
+ - 'orientation tertiaire'
+ - 'genre'
+ - 'expression du genre'
+ - 'modèle de relation'
+ - 'langage'
+ - 'attirance'
+ - 'politique'
+ - 'préjugé'
+ route: 'terminologie'
names:
enabled: false
diff --git a/locale/fr/translations.suml b/locale/fr/translations.suml
index 9a7c5534..90d0deed 100644
--- a/locale/fr/translations.suml
+++ b/locale/fr/translations.suml
@@ -167,17 +167,19 @@ nouns:
plural: 'pluriel'
pluralShort: 'pl.'
- terms:
- header: 'Terminologie'
- headerLong: 'Dictionnaire des terminologies queer'
- info:
- - >
- Un dictionnaire des terminologies utilisées parmi la communauté LGBTQ+.
- term: 'Terminologie'
- original: 'Etymologie'
- category: 'Catégorie'
- images: 'Images supplémentaires'
- definition: 'Définition'
+ image: 'Photo'
+
+terminology:
+ header: 'Terminologie'
+ headerLong: 'Dictionnaire des terminologies queer'
+ info:
+ - >
+ Un dictionnaire des terminologies utilisées parmi la communauté LGBTQ+.
+ term: 'Terminologie'
+ original: 'Etymologie'
+ category: 'Catégorie'
+ images: 'Images supplémentaires'
+ definition: 'Définition'
faq:
header: 'FAQ'
diff --git a/locale/nl/config.suml b/locale/nl/config.suml
index 9dda32f1..ce92e3a5 100644
--- a/locale/nl/config.suml
+++ b/locale/nl/config.suml
@@ -64,10 +64,12 @@ nouns:
declension: false
submit: true
templates: true
- inclusive:
- enabled: false
- terms:
- enabled: false
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: false
names:
enabled: false
diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml
index c180dcff..463fb589 100644
--- a/locale/nl/translations.suml
+++ b/locale/nl/translations.suml
@@ -167,6 +167,8 @@ nouns:
plural: 'meervoud'
pluralShort: 'meerv.'
+ image: 'Beeld'
+
faq:
header: 'FAQ'
headerLong: 'Veelgestelde vragen'
@@ -261,7 +263,7 @@ faq:
Als je cis bent (=niet trans) en je gebruikt „{/he=he}” or „{/she=she}”, dan zou je kunnen
denken dat jouw voornaamwoorden
vanzelfsprekend. zijn.
And misschien is dat wel zo - zolang als jouw naam op jouw profiel staat (en traditioneel als mannelijk of vrouwelijk wordt gezien)
- en jouw avatar is ingesteld op jouw foto.
+ en jouw avatar is ingesteld op jouw foto.
Voor velen is dat niet zo en is het daarom moeilijk om te raden hoe ze willen worden aangesproken.
- >
Maar het is vooral vanwege het volgende: jouw voornaamwoorden kunnen dan wel ''vanzelfsprekend'' zijn,
@@ -272,7 +274,7 @@ faq:
- >
Het is erg belangrijk voor trans, non-binaire and gender non-conforme personen om onze voornaamwoorden te delen.
Tegelijkertijd maakt het ons ook kwetsbaar.
- Maar als cis personen dit ook doen, dan kan dat een wereld van verschil betekenen.
+ Maar als cis personen dit ook doen, dan kan dat een wereld van verschil betekenen.
Het maakt ons comfortabeler, veilig en maakt dat we ons welkom voelen.
{https://avris.it/blog/why-everyone-should-have-pronouns-in-their-bio=(more reasons here).}
change:
@@ -291,7 +293,7 @@ faq:
- >
Voornaamwoorden ≠ gender
- Jouw gender zal niet radicaal veranderen puur omdat je een keertje in de war raakte omdat iemand jou ''hen'' noemde.
+ Jouw gender zal niet radicaal veranderen puur omdat je een keertje in de war raakte omdat iemand jou ''hen'' noemde.
Maak je geen zorgen. Experiment. Kijk wat het beste bij jou past.
preferred-pronouns:
question: 'Waarom moet ik niet ''geprefereerde voornaamwoorden'' zeggen?'
diff --git a/locale/no/config.suml b/locale/no/config.suml
index db78af68..33277050 100644
--- a/locale/no/config.suml
+++ b/locale/no/config.suml
@@ -45,23 +45,25 @@ nouns:
declension: false
submit: true
templates: true
- inclusive:
- enabled: false
- terms:
- enabled: true
- categories:
- - 'seksuell legning'
- - 'romantisk legning'
- - 'tertiær legning'
- - 'kjønn'
- - 'kjønns uttrykk'
- - 'forholds modell'
- - 'språk'
- - 'attraksjon'
- - 'politikk'
- - 'fordom'
- route: 'terminologi'
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: true
+ categories:
+ - 'seksuell legning'
+ - 'romantisk legning'
+ - 'tertiær legning'
+ - 'kjønn'
+ - 'kjønns uttrykk'
+ - 'forholds modell'
+ - 'språk'
+ - 'attraksjon'
+ - 'politikk'
+ - 'fordom'
+
+ route: 'terminologi'
names:
diff --git a/locale/no/translations.suml b/locale/no/translations.suml
index 02901a15..c1656e97 100644
--- a/locale/no/translations.suml
+++ b/locale/no/translations.suml
@@ -169,17 +169,19 @@ nouns:
plural: 'flertall.'
pluralShort: 'fl.'
- terms:
- header: 'Terminologi'
- headerLong: 'Ordbok av queer terminologi'
- info:
- - >
- En ordbok med begrep som relaterer til LHBTQ+ fellesskapet.
- term: 'Begrep'
- original: 'Etymologi'
- category: 'Kategori'
- images: 'Ekstra bilder, fra utsiden av flagg katalogen'
- definition: 'Definisjon'
+ image: 'Bilde'
+
+terminology:
+ header: 'Terminologi'
+ headerLong: 'Ordbok av queer terminologi'
+ info:
+ - >
+ En ordbok med begrep som relaterer til LHBTQ+ fellesskapet.
+ term: 'Begrep'
+ original: 'Etymologi'
+ category: 'Kategori'
+ images: 'Ekstra bilder, fra utsiden av flagg katalogen'
+ definition: 'Definisjon'
faq:
header: 'Spørsmål'
diff --git a/locale/pl/config.suml b/locale/pl/config.suml
index 9215517e..ec58da54 100644
--- a/locale/pl/config.suml
+++ b/locale/pl/config.suml
@@ -74,6 +74,7 @@ sources:
nouns:
enabled: true
route: 'slowniki'
+ routeMain: 'neutratywy'
collapsable: false
plurals: true
pluralsRequired: true
@@ -85,25 +86,27 @@ nouns:
- 'dukatywy'
- 'osobatywy'
- 'iksatywy'
- inclusive:
- enabled: true
- categories: ['nieheteronormatywność', 'transpłciowość', 'interpłciowość', 'feminizm', 'niepełnosprawność', 'rasa i narodowość', 'ubóstwo', 'zdrowie psychiczne']
- route: 'inkluzywny'
- terms:
- enabled: true
- published: true
- categories:
- - 'orientacja seksualna'
- - 'orientacja romantyczna'
- - 'orientacja tertiarna'
- - 'płeć'
- - 'ekspresja płciowa'
- - 'model relacji'
- - 'język'
- - 'pociąg'
- - 'polityka'
- - 'uprzedzenia'
- route: 'terminologia'
+
+inclusive:
+ enabled: true
+ categories: ['nieheteronormatywność', 'transpłciowość', 'interpłciowość', 'feminizm', 'niepełnosprawność', 'rasa i narodowość', 'ubóstwo', 'zdrowie psychiczne']
+ route: 'inkluzywny'
+
+terminology:
+ enabled: true
+ published: true
+ categories:
+ - 'orientacja seksualna'
+ - 'orientacja romantyczna'
+ - 'orientacja tertiarna'
+ - 'płeć'
+ - 'ekspresja płciowa'
+ - 'model relacji'
+ - 'język'
+ - 'pociąg'
+ - 'polityka'
+ - 'uprzedzenia'
+ route: 'terminologia'
names:
enabled: false
diff --git a/locale/pl/nouns/NounsNav.vue b/locale/pl/nouns/NounsNav.vue
index c980a2e0..802a3bf4 100644
--- a/locale/pl/nouns/NounsNav.vue
+++ b/locale/pl/nouns/NounsNav.vue
@@ -5,7 +5,7 @@
:to="buildRoute(route)"
:class="['btn', isActiveRoute(route) ? 'btn-primary' : 'btn-outline-primary']">
-
nouns.{{name}}.header
+
{{name}}
@@ -13,7 +13,7 @@
:to="buildRoute(route)"
:class="['btn', isActiveRoute(route) ? 'btn-primary' : 'btn-outline-primary']">
- nouns.{{name}}.header
+ {{name}}
@@ -23,18 +23,18 @@
export default {
data() {
const links = [
- {name: 'neuterNouns', icon: 'deer', route: 'neutratywy'},
- {name: 'dukajNouns', icon: 'ghost', route: 'dukatywy'},
- {name: 'personNouns', icon: 'user-friends', route: 'osobatywy'},
- {name: 'xNouns', icon: 'comment-times', route: 'iksatywy'},
+ {name: 'nouns.neuterNouns.header', icon: 'deer', route: 'neutratywy'},
+ {name: 'nouns.dukajNouns.header', icon: 'ghost', route: 'dukatywy'},
+ {name: 'nouns.personNouns.header', icon: 'user-friends', route: 'osobatywy'},
+ {name: 'nouns.xNouns.header', icon: 'comment-times', route: 'iksatywy'},
];
- if (this.config.nouns.inclusive.enabled) {
- links.push({name: 'inclusive', icon: 'book-heart', route: this.config.nouns.inclusive.route});
+ if (this.config.inclusive.enabled) {
+ links.push({name: 'inclusive.header', icon: 'book-heart', route: this.config.inclusive.route});
}
- if (this.config.nouns.terms.enabled) {
- links.push({name: 'terms', icon: 'flag', route: this.config.nouns.terms.route});
+ if (this.config.terminology.enabled) {
+ links.push({name: 'terminology.header', icon: 'flag', route: this.config.terminology.route});
}
return {
diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml
index 24f39f44..9fb76e0e 100644
--- a/locale/pl/translations.suml
+++ b/locale/pl/translations.suml
@@ -371,38 +371,40 @@ nouns:
plural: 'liczba mnoga'
pluralShort: 'l. mn.'
- inclusive:
- header: 'Inkluzywność'
- headerLong: 'Słownik inkluzywnego języka'
- insteadOf: 'Zamiast'
- say: 'Lepiej mów'
- because: 'Ponieważ'
- info:
- - >
- Język jest nośnikiem myśli, nośnikiem kultury, podstawą komunikacji. Wpływa na to, co robimy i jak myślimy.
- Jeśli chcemy tworzyć społeczeństwo otwarte na różnorodność i akceptujące odmienność,
- to nasz język też musi być włączający.
- - >
- Inkluzywny język to nie tylko rzeczowniki i nie tylko kwestie płciowości.
- Poniżej przedstawiamy słownik, w którym zbieramy sugestie,
- jakich konstrukcji lepiej unikać i dlatego, oraz czym je zastępować.
- categories: 'Kategorie'
- sources: 'Linki źródłowe'
+ image: 'Obrazek'
- terms:
- header: 'Terminologia'
- headerLong: 'Słownik terminologii queerowej'
- info:
- - >
- Większość zwrotów i wyrażeń związanych ze społecznością LGBTQ+
- funkcjonuje w polszczyźnie jako anglojęzyczne wstawki.
- Poniżej przedstawiamy słownik tłumaczący, co dane określenia oznaczają,
- i jakie proponujemy dla nich polskie tłumaczenia.
- term: 'Określenie'
- original: 'Pochodzenie, określenie angielskie'
- category: 'Kategoria'
- images: 'Dodatkowe obrazki, spoza katalogu flag'
- definition: 'Definicja'
+inclusive:
+ header: 'Inkluzywność'
+ headerLong: 'Słownik inkluzywnego języka'
+ insteadOf: 'Zamiast'
+ say: 'Lepiej mów'
+ because: 'Ponieważ'
+ info:
+ - >
+ Język jest nośnikiem myśli, nośnikiem kultury, podstawą komunikacji. Wpływa na to, co robimy i jak myślimy.
+ Jeśli chcemy tworzyć społeczeństwo otwarte na różnorodność i akceptujące odmienność,
+ to nasz język też musi być włączający.
+ - >
+ Inkluzywny język to nie tylko rzeczowniki i nie tylko kwestie płciowości.
+ Poniżej przedstawiamy słownik, w którym zbieramy sugestie,
+ jakich konstrukcji lepiej unikać i dlatego, oraz czym je zastępować.
+ categories: 'Kategorie'
+ sources: 'Linki źródłowe'
+
+terminology:
+ header: 'Terminologia'
+ headerLong: 'Słownik terminologii queerowej'
+ info:
+ - >
+ Większość zwrotów i wyrażeń związanych ze społecznością LGBTQ+
+ funkcjonuje w polszczyźnie jako anglojęzyczne wstawki.
+ Poniżej przedstawiamy słownik tłumaczący, co dane określenia oznaczają,
+ i jakie proponujemy dla nich polskie tłumaczenia.
+ term: 'Określenie'
+ original: 'Pochodzenie, określenie angielskie'
+ category: 'Kategoria'
+ images: 'Dodatkowe obrazki, spoza katalogu flag'
+ definition: 'Definicja'
names:
header: 'Imiona'
diff --git a/locale/pt/config.suml b/locale/pt/config.suml
index af2f62e4..d4d02929 100644
--- a/locale/pt/config.suml
+++ b/locale/pt/config.suml
@@ -47,22 +47,24 @@ nouns:
declension: false
submit: true
templates: false
- inclusive:
- enabled: false
- terms:
- enabled: true
- categories:
- - 'orientação sexual'
- - 'orientação romântica'
- - 'orientação terciária'
- - 'gênero'
- - 'expressão de gênero'
- - 'modelo de relação'
- - 'linguagem'
- - 'atração'
- - 'política'
- - 'preconceito'
- route: 'terminologia'
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: true
+ categories:
+ - 'orientação sexual'
+ - 'orientação romântica'
+ - 'orientação terciária'
+ - 'gênero'
+ - 'expressão de gênero'
+ - 'modelo de relação'
+ - 'linguagem'
+ - 'atração'
+ - 'política'
+ - 'preconceito'
+ route: 'terminologia'
names:
enabled: false
diff --git a/locale/pt/translations.suml b/locale/pt/translations.suml
index 3409bae5..ae64daba 100644
--- a/locale/pt/translations.suml
+++ b/locale/pt/translations.suml
@@ -166,17 +166,19 @@ nouns:
plural: 'plural'
pluralShort: 'pl.'
- terms:
- header: 'Terminologia'
- headerLong: 'Dicionário de terminologia queer'
- info:
- - >
- Um dicionário de terminologia relacionada à comunidade LGBTQ+.
- term: 'Termo'
- original: 'Etimologia'
- category: 'Categoria'
- images: 'Imagens adicionais, de fora do catálogo de bandeiras'
- definition: 'Definição'
+ image: 'Imagem'
+
+terminology:
+ header: 'Terminologia'
+ headerLong: 'Dicionário de terminologia queer'
+ info:
+ - >
+ Um dicionário de terminologia relacionada à comunidade LGBTQ+.
+ term: 'Termo'
+ original: 'Etimologia'
+ category: 'Categoria'
+ images: 'Imagens adicionais, de fora do catálogo de bandeiras'
+ definition: 'Definição'
faq:
header: 'Perguntas'
diff --git a/locale/yi/config.suml b/locale/yi/config.suml
index 26984689..b5ed7795 100644
--- a/locale/yi/config.suml
+++ b/locale/yi/config.suml
@@ -50,21 +50,23 @@ nouns:
declension: false
submit: true
templates: true
- inclusive:
- enabled: false
- terms:
- enabled: true
- categories:
- - 'orientacja seksualna'
- - 'orientacja romantyczna'
- - 'orientacja tertiarna'
- - 'określenie orientacji romantycznej i seksualnej'
- - 'płeć'
- - 'ekspresja płciowa'
- - 'model relacji'
- - 'język'
- - 'pociąg'
- route: 'terminology'
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: true
+ categories:
+ - 'orientacja seksualna'
+ - 'orientacja romantyczna'
+ - 'orientacja tertiarna'
+ - 'określenie orientacji romantycznej i seksualnej'
+ - 'płeć'
+ - 'ekspresja płciowa'
+ - 'model relacji'
+ - 'język'
+ - 'pociąg'
+ route: 'terminology'
names:
enabled: false
diff --git a/locale/yi/nouns/NounsNav.vue b/locale/yi/nouns/NounsNav.vue
index dbc82832..a7ffd092 100644
--- a/locale/yi/nouns/NounsNav.vue
+++ b/locale/yi/nouns/NounsNav.vue
@@ -26,12 +26,12 @@
{name: 'nouns', icon: 'book', route: ''},
];
- if (this.config.nouns.inclusive.enabled) {
- links.push({name: 'inclusive', icon: 'book-heart', route: this.config.nouns.inclusive.route});
+ if (this.config.inclusive.enabled) {
+ links.push({name: 'inclusive', icon: 'book-heart', route: this.config.inclusive.route});
}
- if (this.config.nouns.terms.enabled) {
- links.push({name: 'terms', icon: 'flag', route: this.config.nouns.terms.route});
+ if (this.config.terminology.enabled) {
+ links.push({name: 'terms', icon: 'flag', route: this.config.terminology.route});
}
return {
diff --git a/locale/yi/translations.suml b/locale/yi/translations.suml
index 43f8c0d4..9d96d9a7 100644
--- a/locale/yi/translations.suml
+++ b/locale/yi/translations.suml
@@ -171,20 +171,22 @@ nouns:
nouns:
header: 'נײטראַלע סובסטאַנטיװן'
- terms:
- header: 'טערמינאָלאָגיע'
- headerLong: 'Słownik terminologii queerowej'
- info:
- - >
- Większość zwrotów i wyrażeń związanych ze społecznością LGBTQ+
- funkcjonuje w polszczyźnie jako anglojęzyczne wstawki.
- Poniżej przedstawiamy słownik tłumaczący, co dane określenia oznaczają,
- i jakie proponujemy dla nich polskie tłumaczenia.
- term: 'Określenie'
- original: 'Pochodzenie, określenie angielskie'
- category: 'Kategoria'
- images: 'Dodatkowe obrazki, spoza katalogu flag'
- definition: 'Definicja'
+ image: 'Image'
+
+terminology:
+ header: 'טערמינאָלאָגיע'
+ headerLong: 'Słownik terminologii queerowej'
+ info:
+ - >
+ Większość zwrotów i wyrażeń związanych ze społecznością LGBTQ+
+ funkcjonuje w polszczyźnie jako anglojęzyczne wstawki.
+ Poniżej przedstawiamy słownik tłumaczący, co dane określenia oznaczają,
+ i jakie proponujemy dla nich polskie tłumaczenia.
+ term: 'Określenie'
+ original: 'Pochodzenie, określenie angielskie'
+ category: 'Kategoria'
+ images: 'Dodatkowe obrazki, spoza katalogu flag'
+ definition: 'Definicja'
faq:
header: 'פֿראַגעס'
diff --git a/locale/zh/config.suml b/locale/zh/config.suml
index b46715e7..706e9dea 100644
--- a/locale/zh/config.suml
+++ b/locale/zh/config.suml
@@ -49,10 +49,12 @@ nouns:
declension: false
submit: true
templates: true
- inclusive:
- enabled: false
- terms:
- enabled: false
+
+inclusive:
+ enabled: false
+
+terminology:
+ enabled: false
names:
enabled: false
diff --git a/locale/zh/translations.suml b/locale/zh/translations.suml
index d2d6a025..e68fb9e2 100644
--- a/locale/zh/translations.suml
+++ b/locale/zh/translations.suml
@@ -153,6 +153,8 @@ nouns:
plural: '複數'
pluralShort: '複數'
+ image: 'Image' # TODO
+
faq:
header: 'FAQ'
headerLong: 'Frequently asked questions'
diff --git a/nuxt.config.js b/nuxt.config.js
index d4be8d34..e327e246 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -190,11 +190,11 @@ export default {
for (let subroute of config.nouns.subroutes || []) {
routes.push({ path: `/${config.nouns.route}/${subroute}`, component: resolve(__dirname, `data/nouns/${subroute}.vue`) });
}
- if (config.nouns.inclusive.enabled) {
- routes.push({path: `/${config.nouns.route}/${config.nouns.inclusive.route}`, component: resolve(__dirname, 'routes/inclusive.vue')});
+ if (config.inclusive.enabled) {
+ routes.push({path: `/${config.nouns.route}/${config.inclusive.route}`, component: resolve(__dirname, 'routes/inclusive.vue')});
}
- if (config.nouns.terms.enabled) {
- routes.push({path: `/${config.nouns.route}/${config.nouns.terms.route}`, component: resolve(__dirname, 'routes/queerTerms.vue')});
+ if (config.terminology.enabled) {
+ routes.push({path: `/${config.nouns.route}/${config.terminology.route}`, component: resolve(__dirname, 'routes/terminology.vue')});
}
}
diff --git a/routes/api.vue b/routes/api.vue
index 12bd6828..c269fe58 100644
--- a/routes/api.vue
+++ b/routes/api.vue
@@ -68,16 +68,16 @@
nouns_search: ['GET', '/api/nouns/search/{term}'],
},
}, {
- enabled: this.config.nouns.inclusive.enabled,
- header: 'nouns.inclusive.header',
+ enabled: this.config.inclusive.enabled,
+ header: 'inclusive.header',
icon: 'book-heart',
endpoints: {
inclusive_all: ['GET', '/api/inclusive'],
inclusive_search: ['GET', '/api/inclusive/search/{term}'],
},
}, {
- enabled: this.config.nouns.terms.enabled,
- header: 'nouns.terms.header',
+ enabled: this.config.terminology.enabled,
+ header: 'terminology.header',
icon: 'flag',
endpoints: {
terms_all: ['GET', '/api/terms'],
diff --git a/routes/inclusive.vue b/routes/inclusive.vue
index 0bc6323a..e6b00e24 100644
--- a/routes/inclusive.vue
+++ b/routes/inclusive.vue
@@ -4,12 +4,12 @@