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

Make strings localizable #10

Closed
micahflee opened this issue Feb 18, 2013 · 1 comment
Closed

Make strings localizable #10

micahflee opened this issue Feb 18, 2013 · 1 comment

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
@micahflee
Copy link
Owner

@micahflee micahflee commented Feb 18, 2013

I was Tor Browser Launcher localized into the same languages that TBB is localized to. This means I should import gettext, and all strings should be wrapped in _("") (ioerror@bfe97f4).

@micahflee
Copy link
Owner Author

@micahflee micahflee commented Apr 3, 2013

I've added gettext and wrapped all the strings in _(). I won't be able to fully test it until I have the strings translated into at least one other language. I'll open a new ticket for that.

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