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:
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
|
||||
|
||||
Reference in New Issue
Block a user