summaryrefslogtreecommitdiff
path: root/libappstream-builder
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-03-17 15:54:18 +0000
committerRichard Hughes <richard@hughsie.com>2017-03-17 15:56:32 +0000
commitdd52e286143c3d623825eebe602fab9d037775ad (patch)
tree66bcc6158cf5f4076c0869acc0e316c91b8c3971 /libappstream-builder
parent54b95c5913ea92033d6b918c3ee4c62733e3e696 (diff)
downloadappstream-glib-dd52e286143c3d623825eebe602fab9d037775ad.tar.gz
Add initial support for Mozilla .xpi translations
Diffstat (limited to 'libappstream-builder')
-rw-r--r--libappstream-builder/plugins/asb-plugin-gettext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-gettext.c b/libappstream-builder/plugins/asb-plugin-gettext.c
index 5678fea..19c5acd 100644
--- a/libappstream-builder/plugins/asb-plugin-gettext.c
+++ b/libappstream-builder/plugins/asb-plugin-gettext.c
@@ -35,6 +35,7 @@ asb_plugin_add_globs (AsbPlugin *plugin, GPtrArray *globs)
asb_plugin_add_glob (globs, "/usr/share/locale/*/LC_MESSAGES/*.mo");
asb_plugin_add_glob (globs, "/usr/share/*/translations/*.qm");
asb_plugin_add_glob (globs, "/usr/lib64/*/locales/*.pak");
+ asb_plugin_add_glob (globs, "/usr/lib64/*/langpacks/*.xpi");
}
gboolean