Might be nice to have lazy `gettext` strings, that only call `gettext` when the string data is actually accessed, similar to [Django lazy translations](https://docs.djangoproject.com/en/5.2/topics/i18n/translation/#lazy-translations). Maybe using https://github.com/gkappler/LazyStrings.jl or similar?
Might be nice to have lazy
gettextstrings, that only callgettextwhen the string data is actually accessed, similar to Django lazy translations.Maybe using https://github.com/gkappler/LazyStrings.jl or similar?