CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

`DialogUtility` should only expect already localized values #151

Closed CodeWringer closed 1 year ago

CodeWringer commented 1 year ago

Currently, the API for DialogUtility is inconsistent. Sometimes localization keys are expected, whereas other times, already localized strings are expected.

Unify this behavior, so it always expects already localized strings.