From 363e9aea9c6c1e1998bb3473dddf8f2111d5e052 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Aug 2013 07:03:21 +0000 Subject: -fixing #2991 --- po/Makefile.in.in | 3 ++- po/POTFILES.in | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'po') diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5022b8b18..fef2f5ba7 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -139,7 +139,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" + --msgid-bugs-address="$$msgid_bugs_address" \ + --from-code=UTF-8 test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ diff --git a/po/POTFILES.in b/po/POTFILES.in index c333e63cc..a2bebcb28 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -19,7 +19,7 @@ src/block/block.c src/block/plugin_block_template.c src/block/plugin_block_test.c src/consensus/consensus_api.c -src/consensus/gnunet-consensus.c +src/consensus/gnunet-consensus-profiler.c src/consensus/gnunet-service-consensus.c src/core/core_api.c src/core/core_api_is_connected.c @@ -92,6 +92,7 @@ src/fs/fs_namespace.c src/fs/fs_pseudonym.c src/fs/fs_publish.c src/fs/fs_publish_ksk.c +src/fs/fs_publish_ublock.c src/fs/fs_search.c src/fs/fs_sharetree.c src/fs/fs_test_lib.c @@ -151,7 +152,9 @@ src/lockmanager/gnunet-service-lockmanager.c src/lockmanager/lockmanager_api.c src/mesh/gnunet-mesh.c src/mesh/gnunet-service-mesh.c +src/mesh/gnunet-service-mesh-enc.c src/mesh/mesh_api.c +src/mesh/mesh_api_enc.c src/mesh/mesh_common.c src/mesh/mesh_path.c src/mesh/mesh_test_lib.c @@ -338,5 +341,7 @@ src/include/gnunet_common.h src/include/gnunet_mq_lib.h src/include/gnunet_postgres_lib.h src/include/gnunet_time_lib.h +src/mesh/mesh_protocol_enc.h +src/mesh/mesh_protocol.h src/testbed/testbed_api.h src/testbed/testbed_api_operations.h -- cgit v1.2.3