bug-gettext
[Top][All Lists]
Advanced

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

[bug-gettext] [bug #56678] Wrong behaviour of template strings


From: Dmitry Vinnik
Subject: [bug-gettext] [bug #56678] Wrong behaviour of template strings
Date: Sat, 27 Jul 2019 06:11:23 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56678>

                 Summary: Wrong behaviour of template strings
                 Project: GNU gettext
            Submitted by: arkan0id
            Submitted on: Сб. 27 июля 2019 10:11:21
                Category: JavaScript
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

xgettext (GNU gettext-tools) 0.20.1
test.js output:

msgid "t1"
msgstr ""

msgid "t2"
msgstr ""

msgid "t3"
msgstr ""

expected result:

msgid "t1"
msgstr ""

msgid "t2"
msgstr ""

msgid "t3"
msgstr ""

msgid "t4"
msgstr ""

msgid "t5"
msgstr ""

msgid "t6"
msgstr ""

msgid "t7"
msgstr ""

msgid "t8"
msgstr ""




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Сб. 27 июля 2019 10:11:21  Name: test.js  Size: 234Б   By:
arkan0id

<http://savannah.gnu.org/bugs/download.php?file_id=47267>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56678>

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/




reply via email to

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