- Moved all the localizations into a subdirectory.  Because there are 7 now.
This commit is contained in:
Paul Beckingham 2014-08-28 17:25:10 -04:00
parent d5fed80dcd
commit 40d72c3cd9
7 changed files with 7 additions and 7 deletions

View file

@ -43,19 +43,19 @@
// Translators:
// Add more, as appropriate.
#if PACKAGE_LANGUAGE == LANGUAGE_ENG_USA
#include <eng-USA.h>
#include <l10n/eng-USA.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_ESP_ESP
#include <esp-ESP.h>
#include <l10n/esp-ESP.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_FRA_FRA
#include <fra-FRA.h>
#include <l10n/fra-FRA.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_DEU_DEU
#include <deu-DEU.h>
#include <l10n/deu-DEU.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_ITA_ITA
#include <ita-ITA.h>
#include <l10n/ita-ITA.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_POR_PRT
#include <por-PRT.h>
#include <l10n/por-PRT.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_EPO_RUS
#include <epo-RUS.h>
#include <l10n/epo-RUS.h>
#endif
#endif