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

Translatability of several plugins #377

Merged
merged 2 commits into from
Mar 1, 2016
Merged

Conversation

b4n
Copy link
Member

@b4n b4n commented Feb 29, 2016

Fix "translatability" of several plugins, either overall (GeanyCTags, DevHelp, GeanyMacro, Overview), only the infos, and remove redundant localization init in some plugins.
Symptoms are that translation might not work in certain cases i.e. if the plugin is loaded first (or alone), or only one from GP installed.

GeanyPy also suffers from the non-translatability, but it doesn't have LOCALEDIR and GETTEXT_PACKAGEproperly set from it's build system so it's not as straightforward to fix. @codebrainz

b4n added 2 commits February 29, 2016 02:07
Plugins using `PLUGIN_SET_TRANSLATABLE_INFO()` don't need to call
`main_locale_init()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment