From: Daiki Ueno Date: Mon, 17 Jun 2013 03:09:31 +0000 (+0900) Subject: NEWS: some wording fixes X-Git-Tag: v0.18.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b0e68f6fc23052fda8224244607fc8c9a1db1c;p=thirdparty%2Fgettext.git NEWS: some wording fixes --- diff --git a/NEWS b/NEWS index 28ed3e216..57bcb1bd2 100644 --- a/NEWS +++ b/NEWS @@ -13,10 +13,12 @@ Version 0.18.3 - unreleased xgettext now partially supports JavaScript. Although the current JavaScript specification (ECMA-262) does not define the standard set of formatting methods nor translation functions, there is a - growing demand for xgettext to extract string literals more - reliably than using the C scanner. The implementation supports - only a limited set of formatting methods and translation functions - commonly used in Gjs and other popular JavaScript libraries. + growing demand for xgettext to extract string literals from + JavaScript code in a more reliable way than using the C scanner. + + The implementation supports only a limited set of formatting + methods and translation functions commonly used in Gjs and other + popular JavaScript libraries. - Lua