mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -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(
|
||||
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] || '')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user