From 4c90ed0e0dcd87f1e3d72df208e2cd9943476d98 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 29 Jul 2021 17:14:02 +0200 Subject: [PATCH] Generate french locale To keep myself honest, we're not gonna choose german --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8c74094a..b6a0559fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,8 @@ jobs: run: | sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux sudo pip3 install pexpect + # Generate a locale that uses a comma as decimal separator. + sudo locale-gen fr_FR.UTF-8 - name: cmake env: # Some warnings upgraded to errors to match Open Build Service platforms