mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Update to GNU Gettext 0.19.5
This commit is contained in:
parent
5fcea7eb65
commit
de7d77995d
2
INSTALL
2
INSTALL
@ -39,7 +39,7 @@ and installation:
|
||||
multibyte character sequences (such as UTF-8) require a wide-character
|
||||
version of Curses, such as NcursesW, to work correctly.
|
||||
|
||||
4. The GNU Gettext library, version 0.19.1 or later, to allow the game to
|
||||
4. The GNU Gettext library, version 0.19.5 or later, to allow the game to
|
||||
use languages other than English; this is also called Native Language
|
||||
Support. If you do not have this library (and do not wish to install
|
||||
it), you may pass "--disable-nls" to the configure script.
|
||||
|
2
NEWS
2
NEWS
@ -18,7 +18,7 @@ at http://www.zap.org.au/services/svn/.
|
||||
Version 7.8 (not yet released)
|
||||
------------------------------
|
||||
|
||||
Updated to GNU Gettext 0.19.1.
|
||||
Updated all references to GNU Gettext to version 0.19.5.
|
||||
|
||||
|
||||
Version 7.7 (18th August, 2015)
|
||||
|
@ -51,7 +51,7 @@ AC_TYPE_SIZE_T
|
||||
AC_TYPE_SSIZE_T
|
||||
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION([0.19.1])
|
||||
AM_GNU_GETTEXT_VERSION([0.19.5])
|
||||
|
||||
gl_INIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user