summaryrefslogtreecommitdiffstats
path: root/rules/locales.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/locales.make')
-rw-r--r--rules/locales.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/locales.make b/rules/locales.make
index 9099df021..030e47869 100644
--- a/rules/locales.make
+++ b/rules/locales.make
@@ -42,6 +42,9 @@ endif
ifdef PTXCONF_LOCALES_DE_DE_EURO
@$(call add_locale, de_DE@euro, de_DE@euro, ISO-8859-15, $(LOCALES_PKGDIR))
endif
+ifdef PTXCONF_LOCALES_DE_DE_UTF8
+ @$(call add_locale, de_DE.UTF-8, de_DE, UTF-8, $(LOCALES_PKGDIR))
+endif
ifdef PTXCONF_LOCALES_ZH_CN
@$(call add_locale, zh_CN, zh_CN, GB2312, $(LOCALES_PKGDIR))
endif