wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.13k stars 184 forks source link

How to make locale folder? #252

Closed partrita closed 6 years ago

partrita commented 6 years ago

I google how to make locale on django. Then, fork the repo for fix it. But, I can not find manage.py file.

Could you give me a detail, to how to do it?

Chris7 commented 6 years ago

Wooey is setup as a reusable app, so it is a bit different than that -- you will want to use django-admin and the test settings:

django-admin makemessages --settings=wooey.test_settings --locale locale_name.

Let me know if that helps and I would love to see another translation added to Wooey!