summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2013-06-17 12:09:31 +0900
committerDaiki Ueno <ueno@gnu.org>2013-06-17 12:23:43 +0900
commit02b0e68f6fc23052fda8224244607fc8c9a1db1c (patch)
treea55e301424aa49cb1a8b84fb90e67a5054680dda /NEWS
parent4db97420210b1393566e9d361ca8253f60aad3d0 (diff)
downloadexternal_gettext-02b0e68f6fc23052fda8224244607fc8c9a1db1c.zip
external_gettext-02b0e68f6fc23052fda8224244607fc8c9a1db1c.tar.gz
external_gettext-02b0e68f6fc23052fda8224244607fc8c9a1db1c.tar.bz2
NEWS: some wording fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 28ed3e2..57bcb1b 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