-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Gettext #256
Conversation
Oh, not again... I'll have a look. |
Same old story...
if (count == 0)
message = g_strdup (_("No definitions found"));
else
message = g_strdup_printf (ngettext("A definition found",
"%d definitions found",
count),
count); @sc0w: I forgot how you fixed similar issues without changing the code... uploaded modified |
ru.po: Russian (msgstr[0]: one, msgstr[1]: few, msgstr[2]: many, msgstr[3]: other)
missing |
uk: same issue
missing |
@mate-desktop/core-team seems I don''t have permissions, but we can solve the problem changing the check here: https://docs.transifex.com/translation-checks/setting-translation-checks who can do the job? |
@yetist I think the languages are fixed with 0568d8e , you can remove efc6be7 and rebase against master @raveit65 we need to change the check to avoid more problems in the future, and the translations can be fixed by translators easily, I think we need to change this check @raveit65 btw, offtopic, can you add @yetist to Maintainers at transifex? |
@sc0w |
@yetist the patch for debian in travis can be disabled? |
Yes, done. |
Not a really new issue, sometimes building failed because of Portuguese language. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
-
diff -uprN mate-utils-master.pot mate-utils.pot > diff-pot-files.patch
shows me that all translations are there, and all desktop files have translator hints. -
Installation/uninstallation to
/usr/local/share/locale/*/LC_MESSAGES/*.mo
works fine. -
All necessary files are in a tarball generated by distcheck.
Thanks.
The problem was solved, the settings was changed by https://www.transifex.com/user/profile/mauron/ :) |
Migrate from intltools to gettext.
NOTE: I disabled ru.po and uk.po, they has errors when building.