[damned-lies] Fixes #149 - Add its/loc files from appstream-glib
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Fixes #149 - Add its/loc files from appstream-glib
- Date: Sun, 9 Jun 2019 13:00:17 +0000 (UTC)
commit 6d55d79eac2841a584dff32c1042cddfa93ceea9
Author: Claude Paroz <claude 2xlibre net>
Date: Sun Jun 9 14:57:03 2019 +0200
Fixes #149 - Add its/loc files from appstream-glib
damnedlies/settings.py | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index b0836a33..89315813 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -194,6 +194,9 @@ GETTEXT_ITS_DATA = {
os.path.join('data', 'its', 'metainfo.its'),
os.path.join('data', 'its', 'metainfo.loc'),
],
+ 'appstream-glib': [
+ os.path.join('data', 'appdata.its'), os.path.join('data', 'appdata.loc'),
+ ],
}
GITLAB_TOKEN = 'fill_with_real_token'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]