shemetz / pf2e-extempore-effects

FoundryVTT pf2e module
MIT License
9 stars 8 forks source link

Fix french localization on v1.8.4 (#1) #40

Closed TheGoodwin closed 4 months ago

TheGoodwin commented 4 months ago

There are issue with the French localization (and I assume other localizations) as the stage of the affliction is not detected. This cause the radio buttons of the stages to not appear when creating the effect. I also did improve on the french localization as some things were not quite right or not translated very well.

The following Pull Request fixes the following :

shemetz commented 4 months ago

I don't think supporting other languages can truly work for this, though, because a lot of the code is based on parsing the text description to get some field. For example, defineDurationFromText only supports english.

Still, I'll do what I can to at least make affliction stages work.