GNOME Bugzilla – Bug 762062
gettext: add a simple syntax check plugin
Last modified: 2016-02-15 20:33:09 UTC
This plugin performs syntax checks on translatable strings, using the --check option of xgettext: http://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html#index-_002d_002dcheck_002c-xgettext-option It is helpful to keep the messages consistent with the Unicode character usage guidelines: https://wiki.gnome.org/Initiatives/GnomeGoals/UnicodeUsage
Created attachment 321200 [details] [review] gettext: add a simple syntax check plugin
Created attachment 321202 [details] screenshot
Thanks! Pushed with some followup commits for style and such. Attachment 321200 [details] pushed as d620292 - gettext: add a simple syntax check plugin