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



commit 9d71257dbb7fdc90b445b248c118a9fddf8e0d3f
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jan 30 14:24:50 2021 +0100

    Update its/loc file paths for GTK
    
    They’ve been moved in
    https://gitlab.gnome.org/GNOME/gtk/-/commit/ac0f524722ebbd8279c5889874cd0a77b220d9c2

 damnedlies/settings.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index ec1c760d..d54c8387 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -161,8 +161,8 @@ 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', 'tools', 'gtk4builder.its'),
-        os.path.join('gtk', 'tools', 'gtk4builder.loc')
+        os.path.join('tools', 'gtk4builder.its'),
+        os.path.join('tools', 'gtk4builder.loc')
     ],
     'glib': [os.path.join('gio', 'gschema.its'), os.path.join('gio', 'gschema.loc')],
     'gnome-control-center': [


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