Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I help to make a translation? #225

Open
argan opened this issue Jul 11, 2019 · 2 comments
Open

How can I help to make a translation? #225

argan opened this issue Jul 11, 2019 · 2 comments
Assignees

Comments

@argan
Copy link

argan commented Jul 11, 2019

I'd like to produce a simplified Chinese traslation.

@barseghyanartur
Copy link
Owner

@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
Copy link
Author

argan commented Jul 15, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants