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

Fix missing translations #240

Merged
merged 2 commits into from
Jun 23, 2015
Merged

Fix missing translations #240

merged 2 commits into from
Jun 23, 2015

Conversation

b4n
Copy link
Member

@b4n b4n commented Jun 22, 2015

Fix actually translating some strings marked as translatable (in addons/wrapword and tableconvert). Overview has a similar problem but I opened codebrainz/overview-plugin#15 to please @codebrainz :)

Also, mark a few more visible strings as translatable. This is harmless for the string freeze, as the strings weren't translatable at all anyway, so while they are technically new in the translations they aren't new in the code. Maybe this could also warrant an update of the PO file as we are early in the freeze, so hopefully some translators will get the update version and the 6 additional strings.

b4n added 2 commits June 23, 2015 00:30
Missing config.h includes lead to missing GETTEXT_PACKAGE and then to
`_()` not to do anything useful.
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), "pattern");
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact"));
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix"));
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern"));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@techee please quickly check these, as they are in one of your plugins :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not techee but I'd be fine of merging this ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am techee and I'm fine with merging this too :-). Thanks for noticing.

@b4n b4n added this to the 1.25 milestone Jun 22, 2015
frlan added a commit that referenced this pull request Jun 23, 2015
@frlan frlan merged commit 5c2740d into geany:master Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants