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 686200 - make_schema: don't translate strings in schema files
make_schema: don't translate strings in schema files
Status: RESOLVED FIXED
Product: caribou
Classification: Applications
Component: default
git master
Other All
: Normal normal
: ---
Assigned To: caribou-maint
caribou-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-16 03:19 UTC by Daiki Ueno
Modified: 2012-10-18 01:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make_schema: don't translate strings in schema files (3.61 KB, patch)
2012-10-16 03:19 UTC, Daiki Ueno
committed Details | Review
make_schema: don't translate strings in schema files (3.63 KB, patch)
2012-10-18 01:01 UTC, Daiki Ueno
none Details | Review

Description Daiki Ueno 2012-10-16 03:19:47 UTC
Under non-English locale, strings in *.gschema files are translated
when building.  They should be translated at runtime instead.
Comment 1 Daiki Ueno 2012-10-16 03:19:49 UTC
Created attachment 226521 [details] [review]
make_schema: don't translate strings in schema files

Prevent _summary and _description fields in gschema files from being
translated.  Also embed gettext-domain in schemas.
Comment 2 Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-10-17 11:21:52 UTC
Review of attachment 226521 [details] [review]:

Looks good
Comment 3 Daiki Ueno 2012-10-18 01:01:32 UTC
The following fix has been pushed:
2f03ff6 make_schema: don't translate strings in schema files
Comment 4 Daiki Ueno 2012-10-18 01:01:39 UTC
Created attachment 226704 [details] [review]
make_schema: don't translate strings in schema files

Prevent summary and description fields in gschema files from being
translated.  Also embed gettext-domain in schemas.