siemdejong / shit-happens

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

Automatically compile .mo files #40

Open siemdejong opened 1 week ago

siemdejong commented 1 week ago

The internationalization requires manual compilation of .mo files with setup.py compile_catalog but it is documented nowhere. It should also be needed to compile it manually. The application should compile locales when requested.

siemdejong commented 1 day ago

This is also an issue when running on streamlit cloud #32, as there is no easy way to compile locales before running the app