[damned-lies] Updated its/loc file paths for GTK



commit 1888757e394b5a3df9efc3e43540ab28a2118d3d
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed Jun 12 09:00:05 2019 +0200

    Updated its/loc file paths for GTK

 damnedlies/settings.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index 89315813..b4217aa7 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -183,7 +183,10 @@ ADMIN_GROUP = ''
 
 # https://www.gnu.org/software/gettext/manual/html_node/Preparing-ITS-Rules.html#Preparing-ITS-Rules
 GETTEXT_ITS_DATA = {
-    'gtk+': [os.path.join('gtk', 'gtkbuilder.its'), os.path.join('gtk', 'gtkbuilder.loc')],
+    'gtk': [
+        os.path.join('gtk', 'tools', 'gtk4builder.its'),
+        os.path.join('gtk', 'tools', 'gtk4builder.loc')
+    ],
     'glib': [os.path.join('gio', 'gschema.its'), os.path.join('gio', 'gschema.loc')],
     'gnome-control-center': [
         os.path.join('gettext', 'its', 'gnome-keybindings.its'),


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