Skip to content

Commit

Permalink
Use LANG=C for po4a so that the version text is language independent
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Feb 25, 2023
1 parent 73733ac commit 0c8cc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c8cc16

Please sign in to comment.