mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
L10N
- Moved all the localizations into a subdirectory. Because there are 7 now.
This commit is contained in:
parent
d5fed80dcd
commit
40d72c3cd9
7 changed files with 7 additions and 7 deletions
14
src/i18n.h
14
src/i18n.h
|
@ -43,19 +43,19 @@
|
||||||
// Translators:
|
// Translators:
|
||||||
// Add more, as appropriate.
|
// Add more, as appropriate.
|
||||||
#if PACKAGE_LANGUAGE == LANGUAGE_ENG_USA
|
#if PACKAGE_LANGUAGE == LANGUAGE_ENG_USA
|
||||||
#include <eng-USA.h>
|
#include <l10n/eng-USA.h>
|
||||||
#elif PACKAGE_LANGUAGE == LANGUAGE_ESP_ESP
|
#elif PACKAGE_LANGUAGE == LANGUAGE_ESP_ESP
|
||||||
#include <esp-ESP.h>
|
#include <l10n/esp-ESP.h>
|
||||||
#elif PACKAGE_LANGUAGE == LANGUAGE_FRA_FRA
|
#elif PACKAGE_LANGUAGE == LANGUAGE_FRA_FRA
|
||||||
#include <fra-FRA.h>
|
#include <l10n/fra-FRA.h>
|
||||||
#elif PACKAGE_LANGUAGE == LANGUAGE_DEU_DEU
|
#elif PACKAGE_LANGUAGE == LANGUAGE_DEU_DEU
|
||||||
#include <deu-DEU.h>
|
#include <l10n/deu-DEU.h>
|
||||||
#elif PACKAGE_LANGUAGE == LANGUAGE_ITA_ITA
|
#elif PACKAGE_LANGUAGE == LANGUAGE_ITA_ITA
|
||||||
#include <ita-ITA.h>
|
#include <l10n/ita-ITA.h>
|
||||||
#elif PACKAGE_LANGUAGE == LANGUAGE_POR_PRT
|
#elif PACKAGE_LANGUAGE == LANGUAGE_POR_PRT
|
||||||
#include <por-PRT.h>
|
#include <l10n/por-PRT.h>
|
||||||
#elif PACKAGE_LANGUAGE == LANGUAGE_EPO_RUS
|
#elif PACKAGE_LANGUAGE == LANGUAGE_EPO_RUS
|
||||||
#include <epo-RUS.h>
|
#include <l10n/epo-RUS.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue