- Renamed epo-EPO to epo-RUS, which is where Esperanto originated.
This commit is contained in:
Paul Beckingham 2014-08-26 23:39:01 -04:00
parent aa156412b5
commit d96c79f47c
5 changed files with 5 additions and 5 deletions

View file

@ -140,7 +140,7 @@ set (LANGUAGE_DEU_DEU 3)
set (LANGUAGE_FRA_FRA 4) set (LANGUAGE_FRA_FRA 4)
set (LANGUAGE_ITA_ITA 5) set (LANGUAGE_ITA_ITA 5)
set (LANGUAGE_POR_PRT 6) set (LANGUAGE_POR_PRT 6)
set (LANGUAGE_EPO_EPO 7) set (LANGUAGE_EPO_RUS 7)
message ("-- Configuring cmake.h") message ("-- Configuring cmake.h")
configure_file ( configure_file (

2
NEWS
View file

@ -5,7 +5,7 @@ New Features in taskwarrior 2.4.0
- Removed deprecated commands 'push', 'pull' and 'merge'. - Removed deprecated commands 'push', 'pull' and 'merge'.
- Portuguese (por-PRT) localization. - Portuguese (por-PRT) localization.
- French (fra-FRA) localization. - French (fra-FRA) localization.
- Esperanto (epo-EPO) localization. - Esperanto (epo-RUS) localization.
- Better handling for deletion of recurring tasks. - Better handling for deletion of recurring tasks.
- New virtual tags: YESTERDAY, TOMORROW, READY, PENDING, COMPLETED, DELETED, - New virtual tags: YESTERDAY, TOMORROW, READY, PENDING, COMPLETED, DELETED,
TAGGED. TAGGED.

View file

@ -25,7 +25,7 @@
#define LANGUAGE_DEU_DEU ${LANGUAGE_DEU_DEU} #define LANGUAGE_DEU_DEU ${LANGUAGE_DEU_DEU}
#define LANGUAGE_ITA_ITA ${LANGUAGE_ITA_ITA} #define LANGUAGE_ITA_ITA ${LANGUAGE_ITA_ITA}
#define LANGUAGE_POR_PRT ${LANGUAGE_POR_PRT} #define LANGUAGE_POR_PRT ${LANGUAGE_POR_PRT}
#define LANGUAGE_EPO_EPO ${LANGUAGE_EPO_EPO} #define LANGUAGE_EPO_RUS ${LANGUAGE_EPO_RUS}
/* git information */ /* git information */
#cmakedefine HAVE_COMMIT #cmakedefine HAVE_COMMIT

View file

@ -54,8 +54,8 @@
#include <ita-ITA.h> #include <ita-ITA.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_POR_PRT #elif PACKAGE_LANGUAGE == LANGUAGE_POR_PRT
#include <por-PRT.h> #include <por-PRT.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_EPO_EPO #elif PACKAGE_LANGUAGE == LANGUAGE_EPO_RUS
#include <epo-EPO.h> #include <epo-RUS.h>
#endif #endif
#endif #endif