L10N
- Renamed epo-EPO to epo-RUS, which is where Esperanto originated.
This commit is contained in:
@@ -140,7 +140,7 @@ set (LANGUAGE_DEU_DEU 3)
|
||||
set (LANGUAGE_FRA_FRA 4)
|
||||
set (LANGUAGE_ITA_ITA 5)
|
||||
set (LANGUAGE_POR_PRT 6)
|
||||
set (LANGUAGE_EPO_EPO 7)
|
||||
set (LANGUAGE_EPO_RUS 7)
|
||||
|
||||
message ("-- Configuring cmake.h")
|
||||
configure_file (
|
||||
|
||||
2
NEWS
2
NEWS
@@ -5,7 +5,7 @@ New Features in taskwarrior 2.4.0
|
||||
- Removed deprecated commands 'push', 'pull' and 'merge'.
|
||||
- Portuguese (por-PRT) localization.
|
||||
- French (fra-FRA) localization.
|
||||
- Esperanto (epo-EPO) localization.
|
||||
- Esperanto (epo-RUS) localization.
|
||||
- Better handling for deletion of recurring tasks.
|
||||
- New virtual tags: YESTERDAY, TOMORROW, READY, PENDING, COMPLETED, DELETED,
|
||||
TAGGED.
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define LANGUAGE_DEU_DEU ${LANGUAGE_DEU_DEU}
|
||||
#define LANGUAGE_ITA_ITA ${LANGUAGE_ITA_ITA}
|
||||
#define LANGUAGE_POR_PRT ${LANGUAGE_POR_PRT}
|
||||
#define LANGUAGE_EPO_EPO ${LANGUAGE_EPO_EPO}
|
||||
#define LANGUAGE_EPO_RUS ${LANGUAGE_EPO_RUS}
|
||||
|
||||
/* git information */
|
||||
#cmakedefine HAVE_COMMIT
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
#include <ita-ITA.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_POR_PRT
|
||||
#include <por-PRT.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_EPO_EPO
|
||||
#include <epo-EPO.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_EPO_RUS
|
||||
#include <epo-RUS.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user