From: Bruno Haible Date: Thu, 26 Sep 2024 23:47:54 +0000 (+0200) Subject: xgettext: JavaScript: Recognize template literals inside JSX. X-Git-Tag: v0.23~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b61b53d2e20263be445c7c2c7ca0e54f6ecb4a;p=thirdparty%2Fgettext.git xgettext: JavaScript: Recognize template literals inside JSX. * NEWS: Mention the change in the last commit. --- diff --git a/NEWS b/NEWS index 265db1590..2c1410feb 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ Version 0.23 - September 2024 o xgettext now recognizes comments of the form '#; '. - 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.