emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#18776: closed (i18n/l10n error)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18776: closed (i18n/l10n error)
Date: Mon, 20 Oct 2014 13:31:03 +0000

Your message dated Mon, 20 Oct 2014 15:30:38 +0200
with message-id <address@hidden>
and subject line Re: bug#18776: i18n/l10n error
has caused the debbugs.gnu.org bug report #18776,
regarding i18n/l10n error
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18776: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18776
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: i18n/l10n error Date: Mon, 20 Oct 2014 00:02:09 +0200
Hi,

while translating Guix po file to french, i noticed a strange thing. The
translation doesn't fit. don't know whether it's just a translation
problem or a gettextize issue.

#+NAME: po/guix/de.po
#+BEGIN_SRC 
#: guix/scripts/package.scm:520
#, fuzzy
msgid ""
"\n"
"  --show=PACKAGE         show details about PACKAGE"
msgstr ""
"\n"
"  -i, --install=PAKET    PAKET installieren"
#+END_SRC

#+NAME: guix/po/guix/eo.po
#+BEGIN_SRC 
#: guix/scripts/package.scm:520
#, fuzzy
msgid ""
"\n"
"  --show=PACKAGE         show details about PACKAGE"
msgstr ""
"\n"
"  -i, --install=PAKO     instali PAKOn"
#+END_SRC

--
Mathieu Lirzin



--- End Message ---
--- Begin Message --- Subject: Re: bug#18776: i18n/l10n error Date: Mon, 20 Oct 2014 15:30:38 +0200 User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)
Salut Mathieu,

Mathieu Lirzin <address@hidden> skribis:

> while translating Guix po file to french,

Note that all translation efforts are handled by the Translation
Project, so make sure to work in that framework to avoid duplicated
work:

  http://translationproject.org/html/translators.html

> i noticed a strange thing. The translation doesn't fit. don't know
> whether it's just a translation problem or a gettextize issue.
>
> #+NAME: po/guix/de.po
> #+BEGIN_SRC 
> #: guix/scripts/package.scm:520
> #, fuzzy
> msgid ""
> "\n"
> "  --show=PACKAGE         show details about PACKAGE"
> msgstr ""
> "\n"
> "  -i, --install=PAKET    PAKET installieren"

There’s nothing wrong here: it’s just the normal syntax for multi-line
strings (info "(gettext) PO Files"):

  When the time comes to write multi-line strings, one should not use
  escaped newlines.  Instead, a closing quote should follow the last
  character on the line to be continued, and an opening quote should
  resume the string at the beginning of the following PO file line.  For
  example:

       msgid ""
       "Here is an example of how one might continue a very long string\n"
       "for the common case the string represents multi-line output.\n"

  In this example, the empty string is used on the first line, to allow
  better alignment of the ‘H’ from the word ‘Here’ over the ‘f’ from the
  word ‘for’.  In this example, the ‘msgid’ keyword is followed by three
  strings, which are meant to be concatenated.  Concatenating the empty
  string does not change the resulting overall string, but it is a way for
  us to comply with the necessity of ‘msgid’ to be followed by a string on
  the same line, while keeping the multi-line presentation left-justified,
  as we find this to be a cleaner disposition.  The empty string could
  have been omitted, but only if the string starting with ‘Here’ was
  promoted on the first line, right after ‘msgid’.(1)  It was not really
  necessary either to switch between the two last quoted strings
  immediately after the newline ‘\n’, the switch could have occurred after
  _any_ other character, we just did it this way because it is neater.

So I’m closing this bug.  Let me know if there’s something I overlooked.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]