Internationalization for errors #108
Labels
effort: 2
Takes roughly 2 hours (w/ docs+testing)
package: core
Related to the core libraries
type: feature
work: obvious
Straightforward tasks with known solutions; follow best practices
Wherever we return errors, instead of retuning a text, we should return a value from a centralized enum of errors that contains at least the error code.
Whenever that error is printed, it is printed either in the user's computer locale, or their configuration, having the latter preference over the former
The text was updated successfully, but these errors were encountered: