siemdejong / shit-happens

Create your own Shit Happens playing cards!
GNU General Public License v3.0
4 stars 2 forks source link

Implement internationalization/localization #3

Closed siemdejong closed 1 year ago

siemdejong commented 1 year ago

Misery index is English. If it is desired to make cards in another language, it could be done with a command line option, like

python create_cards.py -l nl

for Dutch (nl).

Can be implemented with the std library gettext.

siemdejong commented 1 year ago

https://stackoverflow.com/a/55498913/8797886