Registered new funtion as translation (#10005)

This commit is contained in:
Keith Holliday
2018-02-15 21:25:44 -07:00
committed by GitHub
parent c3e41cc5e1
commit ac6a5ae8d2

View File

@@ -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
}
}