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

Add translations support #18

Closed
vslavik opened this issue May 27, 2014 · 2 comments
Closed

Add translations support #18

vslavik opened this issue May 27, 2014 · 2 comments

Comments

@vslavik
Copy link
Owner

vslavik commented May 27, 2014

The sources already use _() to tag translatable strings and they are formed properly to be gettext-friendly; wxWidgets supports gettext catalogs. What's missing is mainly build system support.
The issue here is that WinSparkle shouldn't use individual PO files, but should package everything in self-contained WinSparkle.dll. wxWidgets now has support for this, so it's just a matter of enabling the support and automating PO->MO compilation and PO updates.

@vslavik
Copy link
Owner Author

vslavik commented Oct 24, 2014

See also #35.

@vslavik
Copy link
Owner Author

vslavik commented May 28, 2015

While I’m finishing the code for this, localization effort is already underway at https://crowdin.com/project/winsparkle

@vslavik vslavik closed this as completed in b078b72 Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant