mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
Localizations
- Added ES_ES as language 2. - Removed obsolete readline reference.
This commit is contained in:
parent
cda35c03d6
commit
c5a31631aa
2 changed files with 14 additions and 4 deletions
13
INSTALL
13
INSTALL
|
@ -79,6 +79,19 @@ get absolute installation directories:
|
||||||
CMAKE_INSTALL_PREFIX/TASK_MAN5DIR /usr/local/share/man/man5
|
CMAKE_INSTALL_PREFIX/TASK_MAN5DIR /usr/local/share/man/man5
|
||||||
|
|
||||||
|
|
||||||
|
Localizations
|
||||||
|
-------------
|
||||||
|
|
||||||
|
To make use of a translation, specify a language number, as found in cmake.h:
|
||||||
|
|
||||||
|
$ cmake -DLANGUAGE=2 .
|
||||||
|
|
||||||
|
Currently the defined languages are:
|
||||||
|
|
||||||
|
en-US 1
|
||||||
|
es-ES 2
|
||||||
|
|
||||||
|
|
||||||
Uninstallation
|
Uninstallation
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
/* Localization */
|
/* Localization */
|
||||||
#define PACKAGE_LANGUAGE 1
|
#define PACKAGE_LANGUAGE 1
|
||||||
#define LANGUAGE_EN_US 1
|
#define LANGUAGE_EN_US 1
|
||||||
|
#define LANGUAGE_ES_ES 2
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Override PACKAGE_LANGUAGE, then
|
Override PACKAGE_LANGUAGE, then
|
||||||
|
@ -47,10 +48,6 @@ Override PACKAGE_LANGUAGE, then
|
||||||
/* Found the pthread library */
|
/* Found the pthread library */
|
||||||
#cmakedefine HAVE_LIBPTHREAD
|
#cmakedefine HAVE_LIBPTHREAD
|
||||||
|
|
||||||
/* Found the readline library */
|
|
||||||
#cmakedefine HAVE_READLINE
|
|
||||||
#cmakedefine HAVE_LIBREADLINE
|
|
||||||
|
|
||||||
/* Found random */
|
/* Found random */
|
||||||
#cmakedefine HAVE_RANDOM
|
#cmakedefine HAVE_RANDOM
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue