GNOME Bugzilla – Bug 719335
Make appdata file translatable
Last modified: 2014-02-10 09:04:39 UTC
Created attachment 262812 [details] [review] Patch to make Appdata file translatable This patch makes the AppData file translatable
Hey! Could somebody please review this patch? I'd like to commit it, as there is a GNOME Goal open for it. Thanks!
Thank you for the patch. I have not tested it myself, at first glance it looks okey to me, however by the way is the order of this definitions in Makefile.am correct? 23 dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml) 24 appdata_in_files = data/appdata/gnome-clocks.appdata.xml.in
This is the same order used in other modules, without problems, so it should not be a problem here ;) Anyway, it's just a definition of two variables, so order should not be a problem... they are used below in the Makefile.am.
Review of attachment 262812 [details] [review]: sorry for the delay, please commit
Commited with slightly modifications, as the appdata file has changed it's name. Thanks!
(In reply to comment #5) > Commited with slightly modifications, as the appdata file has changed it's > name. > > Thanks! Thank you for this contribution, this is a much better patch.