mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
#53 badge dla form normatywnych - fix
This commit is contained in:
parent
431c4645d9
commit
5972aed7a1
@ -176,6 +176,7 @@ export class Template {
|
|||||||
return new Template(
|
return new Template(
|
||||||
this.canonicalName + '&' + other.canonicalName,
|
this.canonicalName + '&' + other.canonicalName,
|
||||||
Array.isArray(this.description) ? [...this.description, other.description] : [this.description, other.description],
|
Array.isArray(this.description) ? [...this.description, other.description] : [this.description, other.description],
|
||||||
|
this.normative && other.normative,
|
||||||
buildDict(function* (that, other) {
|
buildDict(function* (that, other) {
|
||||||
for (let morpheme of MORPHEMES) {
|
for (let morpheme of MORPHEMES) {
|
||||||
yield [morpheme, (that.morphemes[morpheme] || '') + '&' + (other.morphemes[morpheme] || '')]
|
yield [morpheme, (that.morphemes[morpheme] || '') + '&' + (other.morphemes[morpheme] || '')]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user