mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 21:46:22 -04:00
Merge branch '366-hide-null-morphemes' into 'main'
Hide undefined morphemes which are not defined by the generator or the table Closes #366 See merge request PronounsPage/PronounsPage!388
This commit is contained in:
commit
f541c9ee75
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<span>
|
||||
<span v-if="pronoun.getMorpheme(morpheme, counter)">
|
||||
<Morpheme :pronoun="pronoun" :morpheme="morpheme" :counter="counter" :prepend="prepend" :append="append"/>
|
||||
<span v-if="config.pronunciation.enabled && pronoun.pronounceable && pronoun.getPronunciation(morpheme, counter) && !pronoun.getPronunciation(morpheme, counter).startsWith('=')" class="text-muted">
|
||||
/{{prependPr}}{{pronoun.getPronunciation(morpheme, counter)}}{{appendPr}}/
|
||||
|
@ -1,5 +1,5 @@
|
||||
singular plural isHonorific comprehensive
|
||||
{'pronoun_n} ist so süß. {pronoun_n} sind so süß. FALSE FALSE
|
||||
{'pronoun_n} ist so süß. {'pronoun_n} sind so süß. FALSE FALSE
|
||||
Ist das {possessive_m_n} Hund? FALSE FALSE
|
||||
Heute hat {pronoun_n} {possessive_m_a} Apfel, {possessive_f_a} Birne und {possessive_n_a} Törtchen dabei. Heute haben {pronoun_n} {possessive_m_a} Apfel, {possessive_f_a} Birne und {possessive_n_a} Törtchen dabei. FALSE TRUE
|
||||
{'possessive_n_n} Kaninchen spielt mit {possessive_m_d} Hund. FALSE TRUE
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user