You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: