mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
I18N
- Updated all L10N language/country references to use ISO 639-3 (language) and ISO 3166-1 alpha 3 (country) codes. - Note that holiday files are not updated.
This commit is contained in:
parent
ab6150c298
commit
24d7411aa8
11 changed files with 119 additions and 118 deletions
20
src/i18n.h
20
src/i18n.h
|
@ -42,16 +42,16 @@
|
|||
|
||||
// Translators:
|
||||
// Add more, as appropriate.
|
||||
#if PACKAGE_LANGUAGE == LANGUAGE_EN_US
|
||||
#include <en-US.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_ES_ES
|
||||
#include <es-ES.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_FR_FR
|
||||
#include <fr-FR.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_DE_DE
|
||||
#include <de-DE.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_IT_IT
|
||||
#include <it-IT.h>
|
||||
#if PACKAGE_LANGUAGE == LANGUAGE_ENG_USA
|
||||
#include <eng-USA.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_ESP_ESP
|
||||
#include <esp-ESP.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_FRA_FRA
|
||||
#include <fra-FRA.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_DEU_DEU
|
||||
#include <deu-DEU.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_ITA_ITA
|
||||
#include <ita-ITA.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_POR_PRT
|
||||
#include <por-PRT.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue