GNOME Bugzilla – Bug 686200
make_schema: don't translate strings in schema files
Last modified: 2012-10-18 01:01:39 UTC
Under non-English locale, strings in *.gschema files are translated when building. They should be translated at runtime instead.
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.
Review of attachment 226521 [details] [review]: Looks good
The following fix has been pushed: 2f03ff6 make_schema: don't translate strings in schema files
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.