[damned-lies] Updated polkit .its/.loc locations



commit 94d98f12712829db6af8b22a48dbd79f2d65326b
Author: Claude Paroz <claude 2xlibre net>
Date:   Mon Jan 17 19:56:57 2022 +0100

    Updated polkit .its/.loc locations
    
    Moved in https://gitlab.freedesktop.org/polkit/polkit/-/commit/96c6fc835

 damnedlies/settings.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index 1d261546..a51f30e3 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -172,7 +172,10 @@ GETTEXT_ITS_DATA = {
         os.path.join('gettext', 'its', 'gnome-keybindings.its'),
         os.path.join('gettext', 'its', 'gnome-keybindings.loc'),
     ],
-    'polkit': [os.path.join('data', 'polkit.its'), os.path.join('data', 'polkit.loc')],
+    'polkit': [
+        os.path.join('gettext', 'its', 'polkit.its'),
+        os.path.join('gettext', 'its', 'polkit.loc'),
+    ],
     'shared-mime-info': [
         os.path.join('data', 'its', 'shared-mime-info.its'),
         os.path.join('data', 'its', 'shared-mime-info.loc'),


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