ironmonk88 / monks-little-details

GNU General Public License v3.0
33 stars 36 forks source link

[BUG] HUD-CHANGE.JS pb ligne 51 for translation other language #306

Open Jemipet opened 3 days ago

Jemipet commented 3 days ago

Describe the bug HUD-CHANGE.JS pb ligne 51 for translation other language.

To Reproduce Example in French: The conditions are in English.

A wise coder advises to replace line 51 in "modules/monks-little-details/js/hud-change.js": let title = $(img).attr('data-tooltip') || $(img).attr('data-status-id') || $(img).attr('title') || $(img).attr('data-condition'); by: let title = $(img).attr('data-tooltip') || $(img).attr('title') || $(img).attr('data-status-id') || $(img).attr('data-condition');

Expected behavior Non-English speakers would appreciate this change so that they can post the terms in their language.

Screenshots image

Merci

davidR1974 commented 2 days ago

additional information : that happens for pf2e system.. other systems tested (like dnd5e) works fine with translated strings for effects.

Jemipet commented 2 days ago

OK merci, donc incompatible PF2. C'est noté.