GNU gettext - Bugs: bug #56678, Wrong behaviour of template strings
You are not allowed to post comments on this tracker with your current authentication level.
bug #56678: Wrong behaviour of template strings
Submitter: | Dmitry Vinnik <arkan0id> | ||
Submitted: | Sat 27 Jul 2019 10:11:21 AM UTC | ||
Category: | JavaScript | Severity: | 3 - Normal |
Item Group: | None | Status: | Fixed |
Privacy: | Public | Assigned to: | haible |
Open/Closed: | Closed |
Tue 14 Apr 2020 12:17:39 PM UTC, comment #2: |
Bruno Haible <haible>![]() ![]() |
Sun 28 Jul 2019 06:01:45 PM UTC, comment #1: Thanks a lot for the report. JavaScript template literal support was one of the main new features of the 0.20 release.
Fixed through https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=4785289e45f4467bd484ae4249c58ad730966d1b |
Bruno Haible <haible>![]() ![]() |
Sat 27 Jul 2019 10:11:21 AM UTC, original submission:
xgettext (GNU gettext-tools) 0.20.1
msgid "t1"
msgid "t2"
msgid "t3"
expected result:
msgid "t1"
msgid "t2"
msgid "t3"
msgid "t4"
msgid "t5"
msgid "t6"
msgid "t7"
msgid "t8"
|
Dmitry Vinnik <arkan0id> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
The fix is contained in gettext 0.20.2.