Localizations

- Added ES_ES as language 2.
- Removed obsolete readline reference.
This commit is contained in:
Paul Beckingham 2012-10-21 23:50:46 -04:00
parent cda35c03d6
commit c5a31631aa
2 changed files with 14 additions and 4 deletions

View file

@ -17,6 +17,7 @@
/* Localization */
#define PACKAGE_LANGUAGE 1
#define LANGUAGE_EN_US 1
#define LANGUAGE_ES_ES 2
/*
Override PACKAGE_LANGUAGE, then
@ -47,10 +48,6 @@ Override PACKAGE_LANGUAGE, then
/* Found the pthread library */
#cmakedefine HAVE_LIBPTHREAD
/* Found the readline library */
#cmakedefine HAVE_READLINE
#cmakedefine HAVE_LIBREADLINE
/* Found random */
#cmakedefine HAVE_RANDOM