Correct format specifiers.

This commit is contained in:
Jim Derry 2016-03-22 10:35:03 +08:00
parent a5ae647ee3
commit 91e8e6bf1e
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ msgstr ""
if value['0'][:comment]
value['0'][:comment].each_line { |line| report << "#. #{line.strip}\n"}
end
if %w($u $s $d).any? { | find | value['0'][:string].include?(find) }
if %w(%u %s %d).any? { | find | value['0'][:string].include?(find) }
report << "#, c-format\n"
end
report << "msgctxt \"#{key.to_s}\"\n"