View Issue Details

IDProjectCategoryView StatusLast Update
0002991GNUnetgettext (I18N)public2013-12-24 20:54
ReporterEmery Assigned ToSree Harsha Totakura  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0002991: po issues
Description1. src/consensus/gnunet-consensus.c is listed in po/POTFILES.in but does not exist.
2. src/util/strings.c contains a µs so must be xgettext'ed with the --from-code=UTF-8 option.
Additional InformationIndex: po/Makefile.in.in
===================================================================
--- po/Makefile.in.in (revision 28555)
+++ po/Makefile.in.in (working copy)
@@ -139,7 +139,8 @@
       --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 && \
Index: po/POTFILES.in
===================================================================
--- po/POTFILES.in (revision 28555)
+++ po/POTFILES.in (working copy)
@@ -19,7 +19,6 @@
 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-service-consensus.c
 src/core/core_api.c
 src/core/core_api_is_connected.c
TagsNo tags attached.

Activities

Christian Grothoff

2013-08-13 09:03

manager   ~0007364

Fixed in SVN 28556.

Sree Harsha Totakura

2013-08-16 13:54

developer   ~0007385

Last edited: 2013-08-16 13:57

When I make a fresh checkout and run ./bootstrap the change in the given patch is being removed from po/Makefile.in.in by autoreconf. Perhaps the suggested change should go elsewhere.

Sree Harsha Totakura

2013-08-16 14:42

developer   ~0007386

fixed in #28681 by adding "--from-code=UTF-8" to po/Makevars

Issue History

Date Modified Username Field Change
2013-08-13 04:36 Emery New Issue
2013-08-13 09:03 Christian Grothoff Note Added: 0007364
2013-08-13 09:03 Christian Grothoff Status new => resolved
2013-08-13 09:03 Christian Grothoff Fixed in Version => 0.10.0
2013-08-13 09:03 Christian Grothoff Resolution open => fixed
2013-08-13 09:03 Christian Grothoff Assigned To => Christian Grothoff
2013-08-13 09:03 Christian Grothoff Target Version => 0.10.0
2013-08-16 13:54 Sree Harsha Totakura Note Added: 0007385
2013-08-16 13:54 Sree Harsha Totakura Status resolved => feedback
2013-08-16 13:54 Sree Harsha Totakura Resolution fixed => reopened
2013-08-16 13:57 Sree Harsha Totakura Note Edited: 0007385
2013-08-16 14:42 Sree Harsha Totakura Assigned To Christian Grothoff => Sree Harsha Totakura
2013-08-16 14:42 Sree Harsha Totakura Status feedback => assigned
2013-08-16 14:42 Sree Harsha Totakura Note Added: 0007386
2013-08-16 14:42 Sree Harsha Totakura Status assigned => resolved
2013-08-16 14:42 Sree Harsha Totakura Resolution reopened => fixed
2013-12-24 20:54 Christian Grothoff Status resolved => closed