After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757496 - Not user-visible properties are translatable
Not user-visible properties are translatable
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-02 20:19 UTC by Piotr Drąg
Modified: 2017-06-20 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't translate properties (16.57 KB, patch)
2015-11-02 20:19 UTC, Piotr Drąg
none Details | Review
Don’t translate properties (16.74 KB, patch)
2017-04-06 14:22 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2015-11-02 20:19:54 UTC
Created attachment 314683 [details] [review]
Don't translate properties

Attached patch removes translation markers from strings that are not visible in the user interface. We did similar things in gnome-builder, gnome-todo, and gnome-dictionary.
Comment 1 Piotr Drąg 2017-04-06 14:22:31 UTC
Created attachment 349371 [details] [review]
Don’t translate properties

Rebased on current master.
Comment 2 David King 2017-06-20 10:43:11 UTC
Review of attachment 349371 [details] [review]:

There was a mixxing closing bracket, but I fixed that and pushed to master as commit d7190220a3e70eca4e541146a091541264397519. Thanks!