From 0c8cc16bd41ebf7679ccf0849cb9806593a34e1b Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Sat, 25 Feb 2023 16:54:08 +0100 Subject: [PATCH] Use LANG=C for po4a so that the version text is language independent --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cf920699b..b8bbf061d 100644 --- a/Rakefile +++ b/Rakefile @@ -108,7 +108,7 @@ desc "Translate readme" task :translate do cd "translation" do # po4a's lexer might change, so record its version for reference - sh "po4a --version > .po4a-version" + sh "LANG=C po4a --version > .po4a-version" sh "po4a po4a.cfg" end