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 to test a translation? #19

Open
alexandre-mbm opened this issue Mar 18, 2014 · 2 comments
Open

How to test a translation? #19

alexandre-mbm opened this issue Mar 18, 2014 · 2 comments

Comments

@alexandre-mbm
Copy link
Contributor

Lack I test it, but I think I found the answer.

cd /usr/share/haroopad/Libraries/.locales
sudo ln -s LOCAL-haroopad-locales-REPO/LANGCODE LANGCODE
sudo mv locales.json locales.json-backup
sudo ln -s LOCAL-haroopad-locales-REPO/locales.json locales.json
haroopad 

Example:

cd /usr/share/haroopad/Libraries/.locales
sudo ln -s /home/user/git/haroopad-locales/pt-br pt-br
sudo mv locales.json locales.json-backup
sudo ln -s /home/user/git/haroopad-locales/locales.json locales.json
haroopad
@alexandre-mbm
Copy link
Contributor Author

It works with the code pt only. Do will not be possible a Brazilian Portuguese translation using the pt-br code?

@rhiokim
Copy link
Owner

rhiokim commented Mar 20, 2014

No. It's node-webkit issue.
We can't do this at now.

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