Re: [GIT-GUI PATCH 2/3] po2msg: ignore untranslated messages

3 messages, 3 authors, 2016-06-15 · open the first message on its own page

Re: [GIT-GUI PATCH 2/3] po2msg: ignore untranslated messages

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:45

Johannes Schindelin [off-list ref] writes:
quoted hunk
Do not generate translations when the translated message is empty.

Signed-off-by: Johannes Schindelin <redacted>
---
 po/po2msg.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/po/po2msg.sh b/po/po2msg.sh
index 48a2669..91d420b 100644
--- a/po/po2msg.sh
+++ b/po/po2msg.sh
@@ -62,6 +62,9 @@ proc flush_msg {} {
 	if {$msgid == ""} {
 		set prefix "set ::msgcat::header"
 	} else {
+		if {$msgstr == ""} {
+			return
+		}
 		set prefix "::msgcat::mcset $lang \"[u2a $msgid]\""
 	}
Is this change to fix some real issues?

Sometimes it is handy to be able to translate a non-empty string
into an empty one in one target language.

Re: [GIT-GUI PATCH 2/3] po2msg: ignore untranslated messages

From: Christian Stimming <hidden>
Date: 2016-06-15 22:43:45

Am Dienstag, 30. Oktober 2007 20:27 schrieb Junio C Hamano:
quoted
Do not generate translations when the translated message is empty.

Signed-off-by: Johannes Schindelin <redacted>
---
 po/po2msg.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/po/po2msg.sh b/po/po2msg.sh
index 48a2669..91d420b 100644
--- a/po/po2msg.sh
+++ b/po/po2msg.sh
@@ -62,6 +62,9 @@ proc flush_msg {} {
 	if {$msgid == ""} {
 		set prefix "set ::msgcat::header"
 	} else {
+		if {$msgstr == ""} {
+			return
+		}
 		set prefix "::msgcat::mcset $lang \"[u2a $msgid]\""
 	}
Is this change to fix some real issues?
I don't think to - it just makes the resulting foo.msg file smaller.
Sometimes it is handy to be able to translate a non-empty string
into an empty one in one target language.
Err... no, this is not the case. The semantics of an msgstr == "" is identical 
to saying "No translation exists to this source string".  Nothing more, 
nothing less. You can't specify a translation that should map a given string 
to an empty string. (If you make up a case when that would make some sense, 
usually the source string is rather weirdly chosen and should be reworded.)

Christian

Re: [GIT-GUI PATCH 2/3] po2msg: ignore untranslated messages

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:43:45

Hi,

On Tue, 30 Oct 2007, Junio C Hamano wrote:
Johannes Schindelin [off-list ref] writes:
quoted
Do not generate translations when the translated message is empty.

Signed-off-by: Johannes Schindelin <redacted>
---
 po/po2msg.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/po/po2msg.sh b/po/po2msg.sh
index 48a2669..91d420b 100644
--- a/po/po2msg.sh
+++ b/po/po2msg.sh
@@ -62,6 +62,9 @@ proc flush_msg {} {
 	if {$msgid == ""} {
 		set prefix "set ::msgcat::header"
 	} else {
+		if {$msgstr == ""} {
+			return
+		}
 		set prefix "::msgcat::mcset $lang \"[u2a $msgid]\""
 	}
Is this change to fix some real issues?
Yes.  I compared the output of po2msg.sh with that of msgfmt, and only 
with this change (and 1/3) they came up identical.

Ciao,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help