barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

How can I help to make a translation? #225

Open argan opened 5 years ago

argan commented 5 years ago

I'd like to produce a simplified Chinese traslation.

barseghyanartur commented 5 years ago

@argan:

I created a new branch for that.

You will need to translate the src/fobi/locale/zh_Hans/LC_MESSAGES/django.po.

Once you've done that, type:

./scripts/compile_messages.sh zh_hans

That will compile the messages. Then restart the server. Your Chinese URL would be: http://localhost:8000/zh-hans/fobi/

Shortcut to start the server:

./scripts/runserver.sh
argan commented 5 years ago

@argan:

I created a new branch for that.

You will need to translate the src/fobi/locale/zh_Hans/LC_MESSAGES/django.po.

Once you've done that, type:

./scripts/compile_messages.sh zh_hans

That will compile the messages. Then restart the server. Your Chinese URL would be: http://localhost:8000/zh-hans/fobi/

Shortcut to start the server:

./scripts/runserver.sh

Great, I'll submit a PR soon.