Leonardo
Leonardo
Can you provide reproduction steps? Or logs.
Sorry for the bump, but this still occurs today. The launcher looks like this:  (I'm using the Dark variant, and it works in other places)
API is currently unavailable for unknown time. About the server invite, where did you find it? The permanent link is [this](https://discord.gg/7bqdQd4). But you won't find anything interesting in it since...
Ok! I'll open a draft PR.
Currently, I just converted all the strings to a call to `gettext.gettext` (aliased to `_`). The formatting is currently done using printf-style formatting, let me know if you want to...
Template strings are more verbose because they require calling safe_substitute for every call, and we can't make `gettext` accept more arguments without also adapting the xgettext program. We could make...
Should we change some `json.dumps` call to `babel.lists.format_list`? This would transform `Must be one of: ["an", "full", "enum"].` to `Must be one of: an, full, or enum.`. We could call...
Done that! We shoud test when the object has a `type` or `format`, 2 and 3 "attributes" to cover list formatting.
> You should also run `pre-commit run --all-files`! pre-commit isn't building on my system (Windows). Will try to run under WSL and commit any changes.
Do you know how to fix those commit errors? Both the spell and the merge commit.