#53 badge dla form normatywnych - fix

This commit is contained in:
Avris 2020-09-16 22:46:15 +02:00
parent 96b0c3b7b4
commit f9a4802127
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ export class Template {
return new Template(
this.canonicalName + '&' + other.canonicalName,
Array.isArray(this.description) ? [...this.description, other.description] : [this.description, other.description],
this.normative && other.normative,
buildDict(function* (that, other) {
for (let morpheme of MORPHEMES) {
yield [morpheme, (that.morphemes[morpheme] || '') + '&' + (other.morphemes[morpheme] || '')]