summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2023-01-15 09:33:30 -0500
committerWill Estes <westes@users.noreply.github.com>2023-01-15 09:40:44 -0500
commitb746b2c3f6e1fa495867520dbf764e4dcdda5a87 (patch)
treef3d6e9bb4a3d4eba68d7358298dbd357623cd022
parent3a24fa0366b4ac007c32a51dca99b5fc3755143c (diff)
downloadflex-git-b746b2c3f6e1fa495867520dbf764e4dcdda5a87.tar.gz
doc(gettext): added new eo translation to NEWS
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e8e853f..fa54c6c 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@ flex NEWS
** documentation
-*** new bg, pt, uk translations from the translation project
+*** new bg, eo, pt, uk translations from the translation project
** scanner
@@ -741,7 +741,7 @@ options, see accompanying documentation
*** Updated the manual with the new reentrant API
-*** Two new options %option reentrant (-R) and
+*** Two new options %option reentrant (-R) and
%option reentrant-bison (-Rb)
*** All globals optionally placed into struct yyglobals_t
@@ -771,7 +771,7 @@ But the inverse is still true
** Developer test suite added
-*** TESTS/ directory has been added. Users can
+*** TESTS/ directory has been added. Users can
'make test' in the TESTS directory to execute the test suite
** Support for bison variables yylval and yylloc added