diff options
-rw-r--r-- | i18npool/Library_localedata_euro.mk | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/Library_localedata_euro.mk b/i18npool/Library_localedata_euro.mk index 8e04448e11c4..a551ace464a1 100644 --- a/i18npool/Library_localedata_euro.mk +++ b/i18npool/Library_localedata_euro.mk @@ -66,6 +66,7 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_euro,\ CustomTarget/i18npool/localedata/localedata_mt_MT \ CustomTarget/i18npool/localedata/localedata_myv_RU \ CustomTarget/i18npool/localedata/localedata_nb_NO \ + CustomTarget/i18npool/localedata/localedata_nds_DE \ CustomTarget/i18npool/localedata/localedata_nl_BE \ CustomTarget/i18npool/localedata/localedata_nl_NL \ CustomTarget/i18npool/localedata/localedata_nn_NO \ diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index f38362666b43..218356fa6dfc 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -118,6 +118,7 @@ static const struct { { "no_NO", lcl_DATA_EURO }, { "nn_NO", lcl_DATA_EURO }, { "nb_NO", lcl_DATA_EURO }, + { "nds_DE", lcl_DATA_EURO }, { "pl_PL", lcl_DATA_EURO }, { "pt_BR", lcl_DATA_EURO }, { "pt_PT", lcl_DATA_EURO }, |