]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
xgettext: JavaScript: Recognize template literals inside JSX.
authorBruno Haible <bruno@clisp.org>
Thu, 26 Sep 2024 23:47:54 +0000 (01:47 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 26 Sep 2024 23:47:54 +0000 (01:47 +0200)
* NEWS: Mention the change in the last commit.

NEWS

diff --git a/NEWS b/NEWS
index 265db1590a650b226ecc631d0c15542dbfd2464c..2c1410feba18f49ac81ea0de3c83f003f42b1a6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ Version 0.23 - September 2024
     o xgettext now recognizes comments of the form '#; <expression>'.
   - Java: Improved recognition of format strings when the String.formatted
     method is used.
+  - JavaScript: xgettext now parses template literals inside JSX correctly.
   - C#: Strings with embedded expressions (a.k.a. interpolated strings) are now
     recognized.
   - awk: String concatenation by juxtaposition is now recognized.