[damned-lies] Add polkit gettext its rules



commit ec9b9a41c280918ac4dce05425d57d8a2976c0c0
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed Sep 7 11:39:52 2016 +0200

    Add polkit gettext its rules

 damnedlies/settings.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index a3a65c5..bf6d6b8 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -166,7 +166,8 @@ GETTEXT_ITS_DATA = {
     'gnome-control-center': [
         os.path.join('panels', 'keyboard', 'gnome-keybindings.its'),
         os.path.join('panels', 'keyboard', 'gnome-keybindings.loc'),
-    ]
+    ],
+    'polkit': [os.path.join('data', 'polkit.its'), os.path.join('data', 'polkit.loc')],
 }
 
 try:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]