fgmacedo / python-statemachine

Python Finite State Machines made easy.
MIT License
890 stars 85 forks source link

Support for `i18n` #19

Closed fgmacedo closed 1 year ago

fgmacedo commented 7 years ago

Description

Add support for internacionalization, translating the exception messages as an example.

brunolnetto commented 3 years ago

I can contribute with german and español. ¿Que tal?

brunolnetto commented 1 year ago

Is there some progress in this direction?

brunolnetto commented 1 year ago

Anybody who will implement this issue requires pointers. The following is instructive: https://docs.python.org/3/library/i18n.html

Since it relies on a normalization refactory, some in-locus implementation guidelines are welcome as well.