GNOME Bugzilla – Bug 769066
keyboard: Add gettext support for keybinding descriptions
Last modified: 2016-07-27 15:35:15 UTC
Currently the keybinding descriptions we install for mutter/gnome-shell are the only files that still require intltool to extract translatable strings. However we can teach upstream gettext to do the job instead by providing some simple rules. Also see the last section of https://blogs.gnome.org/mclasen/2016/07/21/using-modern-gettext/, which had absolutely nothing to do with this patch :-)
Created attachment 331947 [details] [review] keyboard: Add gettext support for keybinding descriptions gettext can extract strings from xml file formats with the help of .its files. Provide appropriate rules so modules that install keybinding descriptions don't need to depend on intltool to extract translatable strings.
Attachment 331947 [details] pushed as f7fad92 - keyboard: Add gettext support for keybinding descriptions Reviewed on IRC.
*** Bug 761881 has been marked as a duplicate of this bug. ***