Skip to content

Commit 0c8cc16

Browse files
committed
Use LANG=C for po4a so that the version text is language independent
1 parent 73733ac commit 0c8cc16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ desc "Translate readme"
108108
task :translate do
109109
cd "translation" do
110110
# po4a's lexer might change, so record its version for reference
111-
sh "po4a --version > .po4a-version"
111+
sh "LANG=C po4a --version > .po4a-version"
112112

113113
sh "po4a po4a.cfg"
114114
end

0 commit comments

Comments
 (0)