django-fobi icon indicating copy to clipboard operation
django-fobi copied to clipboard

How can I help to make a translation?

Open argan opened this issue 4 years ago • 2 comments

I'd like to produce a simplified Chinese traslation.

argan avatar Jul 11 '19 06:07 argan

@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

barseghyanartur avatar Jul 11 '19 21:07 barseghyanartur

@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.

argan avatar Jul 15 '19 06:07 argan