summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2016-03-02 19:14:19 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2016-03-02 19:14:19 +0900
commit9fd13449f61481b8b7d7b3572493c43a573675a5 (patch)
tree0588d84a2afee442fbd4ce525b0b8d3fea697f0d
parente1cd555bc97fb2c419a41744968207758b3656bd (diff)
downloadibus-anthy-9fd13449f61481b8b7d7b3572493c43a573675a5.tar.gz
Added gettext domain in ibus-anthy.appdata.xml
-rw-r--r--data/Makefile.am1
-rw-r--r--data/ibus-anthy.appdata.xml.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a8845a2..89d5ee0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -30,6 +30,7 @@ dictsdir = $(pkgdatadir)/dicts
# rf. i18n appdata.xml
# http://www.freedesktop.org/software/appstream/docs/sect-Quickstart-Translation.html
+# https://blogs.gnome.org/hughsie/2016/01/25/appdata-and-the-gettext-domain/
appdata_in_files = ibus-anthy.appdata.xml.in
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdatadir=$(datadir)/appdata
diff --git a/data/ibus-anthy.appdata.xml.in b/data/ibus-anthy.appdata.xml.in
index 7a4dda2..26247e4 100644
--- a/data/ibus-anthy.appdata.xml.in
+++ b/data/ibus-anthy.appdata.xml.in
@@ -18,5 +18,6 @@
<url type="homepage">https://github.com/ibus/ibus/wiki</url>
<url type="bugtracker">https://github.com/ibus/ibus-anthy/issues</url>
<url type="help">https://github.com/ibus/ibus/wiki/FAQ</url>
+ <translation type="gettext">ibus-anthy</translation>
<update_contact>tfujiwar_AT_redhat.com</update_contact>
</component>