mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
Registered new funtion as translation (#10005)
This commit is contained in:
parent
c3e41cc5e1
commit
ac6a5ae8d2
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ for (let key in weapon) {
|
|||
|
||||
return `${oldnotes(lang)} ${twoHandedText}`;
|
||||
};
|
||||
item.notes.i18nLangFunc = true; // See https://github.com/HabitRPG/habitica/blob/develop/website/common/script/content/translation.js#L8
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue