From 725bac63e260135a5fb1b27e411a35469835d23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 14 Jul 2024 12:49:32 +0200 Subject: [PATCH] Enable french at install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 7f10da0..7815aad 100755 --- a/scripts/install +++ b/scripts/install @@ -20,6 +20,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version="$nodejs_version" ynh_script_progression --message="Enabling french system locale..." --weight=1 sed -i 's|^#\? \?\(fr_FR.UTF-8 \?.*\)$|\1|' /etc/locale.gen +locale-gen #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE