diff --git a/website/common/script/content/gear/weapon.js b/website/common/script/content/gear/weapon.js index d893e001ce..62578e6310 100644 --- a/website/common/script/content/gear/weapon.js +++ b/website/common/script/content/gear/weapon.js @@ -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 } }