aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in3
-rw-r--r--po/POTFILES.in7
2 files changed, 8 insertions, 2 deletions
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
139 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ 139 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
140 --files-from=$(srcdir)/POTFILES.in \ 140 --files-from=$(srcdir)/POTFILES.in \
141 --copyright-holder='$(COPYRIGHT_HOLDER)' \ 141 --copyright-holder='$(COPYRIGHT_HOLDER)' \
142 --msgid-bugs-address="$$msgid_bugs_address" 142 --msgid-bugs-address="$$msgid_bugs_address" \
143 --from-code=UTF-8
143 test ! -f $(DOMAIN).po || { \ 144 test ! -f $(DOMAIN).po || { \
144 if test -f $(srcdir)/$(DOMAIN).pot; then \ 145 if test -f $(srcdir)/$(DOMAIN).pot; then \
145 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ 146 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
19src/block/plugin_block_template.c 19src/block/plugin_block_template.c
20src/block/plugin_block_test.c 20src/block/plugin_block_test.c
21src/consensus/consensus_api.c 21src/consensus/consensus_api.c
22src/consensus/gnunet-consensus.c 22src/consensus/gnunet-consensus-profiler.c
23src/consensus/gnunet-service-consensus.c 23src/consensus/gnunet-service-consensus.c
24src/core/core_api.c 24src/core/core_api.c
25src/core/core_api_is_connected.c 25src/core/core_api_is_connected.c
@@ -92,6 +92,7 @@ src/fs/fs_namespace.c
92src/fs/fs_pseudonym.c 92src/fs/fs_pseudonym.c
93src/fs/fs_publish.c 93src/fs/fs_publish.c
94src/fs/fs_publish_ksk.c 94src/fs/fs_publish_ksk.c
95src/fs/fs_publish_ublock.c
95src/fs/fs_search.c 96src/fs/fs_search.c
96src/fs/fs_sharetree.c 97src/fs/fs_sharetree.c
97src/fs/fs_test_lib.c 98src/fs/fs_test_lib.c
@@ -151,7 +152,9 @@ src/lockmanager/gnunet-service-lockmanager.c
151src/lockmanager/lockmanager_api.c 152src/lockmanager/lockmanager_api.c
152src/mesh/gnunet-mesh.c 153src/mesh/gnunet-mesh.c
153src/mesh/gnunet-service-mesh.c 154src/mesh/gnunet-service-mesh.c
155src/mesh/gnunet-service-mesh-enc.c
154src/mesh/mesh_api.c 156src/mesh/mesh_api.c
157src/mesh/mesh_api_enc.c
155src/mesh/mesh_common.c 158src/mesh/mesh_common.c
156src/mesh/mesh_path.c 159src/mesh/mesh_path.c
157src/mesh/mesh_test_lib.c 160src/mesh/mesh_test_lib.c
@@ -338,5 +341,7 @@ src/include/gnunet_common.h
338src/include/gnunet_mq_lib.h 341src/include/gnunet_mq_lib.h
339src/include/gnunet_postgres_lib.h 342src/include/gnunet_postgres_lib.h
340src/include/gnunet_time_lib.h 343src/include/gnunet_time_lib.h
344src/mesh/mesh_protocol_enc.h
345src/mesh/mesh_protocol.h
341src/testbed/testbed_api.h 346src/testbed/testbed_api.h
342src/testbed/testbed_api_operations.h 347src/testbed/testbed_api_operations.h