summaryrefslogtreecommitdiffstats
path: root/core/modules/german
diff options
context:
space:
mode:
authorSimon Rettberg2021-10-20 13:33:54 +0200
committerSimon Rettberg2021-10-20 13:33:54 +0200
commita3e6ff58c0bbfa8616ad5af46d1d42bce02c5e36 (patch)
treeb61dc43911ed9be7bdcc78e06b2177344ffe1fe1 /core/modules/german
parent[system-check] Try harder to determine system language (diff)
downloadmltk-a3e6ff58c0bbfa8616ad5af46d1d42bce02c5e36.tar.gz
mltk-a3e6ff58c0bbfa8616ad5af46d1d42bce02c5e36.tar.xz
mltk-a3e6ff58c0bbfa8616ad5af46d1d42bce02c5e36.zip
[german] Yet another locale tool to call
Diffstat (limited to 'core/modules/german')
-rw-r--r--core/modules/german/module.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/german/module.build b/core/modules/german/module.build
index 7c0159f5..19a72022 100644
--- a/core/modules/german/module.build
+++ b/core/modules/german/module.build
@@ -34,6 +34,7 @@ build() {
# Done collecting file and directory names, copy everything
tarcopy "$(sort -u "$FILELIST")" "$MODULE_BUILD_DIR"
+ update-locale LANG=de_DE.UTF-8 LANGUAGE=de
}
post_copy() {