GNOME Bugzilla – Bug 686262
editor: Translate summary and description
Last modified: 2015-02-22 12:23:57 UTC
Now that SchemaKey has gettext_domain field, why not pick the translations for dconf-editor?
Created attachment 226604 [details] [review] editor: Translate summary and description
Review of attachment 226604 [details] [review]: Just that one fix and it looks good, thanks Daiki! ::: editor/dconf-editor.vala @@ +221,3 @@ if (selected_key.schema.summary != null) summary = selected_key.schema.summary; + if (summary != "") You should also check if gettext_domain is non-NULL as the man page for dgettext says: "if this argument is NULL, the domain name specified through a preceding textdomain call is used instead"
Created attachment 226607 [details] [review] editor: Translate summary and description Check gettext_domain != null as well so not to pick translation from other domain.
Hi, Robert. What about the new patch? Anyway, thanks for the review and insightful comment!
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
[moving dconf>editor tickets to dconf-editor product. See bug 744791]