diff --git a/babel.cfg b/babel.cfg index 9ea68e064..371f7c592 100644 --- a/babel.cfg +++ b/babel.cfg @@ -1,7 +1,7 @@ [python: src/**.py] encoding = utf-8 -[glade: src/**.h] +[glade: src/**.glade.h] encoding = utf-8 #extractor = babelglade.extractor diff --git a/setup.cfg b/setup.cfg index 9d3e01d2b..a0f923a36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ doc_files = README INSTALL COPYING NEWS FAQ TODO [update_catalog] output_dir = po -input_file = po/.pot +input_file = po/messages.pot [compile_catalog] #domain = gramps diff --git a/setup.py b/setup.py index 44703ffc1..3aaa66ba7 100644 --- a/setup.py +++ b/setup.py @@ -239,7 +239,7 @@ def os_files(): def glade(): - #POTFILE.in + #POTFILES.in files = [ 'src/plugins/docgen/gtkprint.glade', 'src/glade/editperson.glade',