Correct format specifiers.

This commit is contained in:
Jim Derry 2016-03-22 10:35:03 +08:00
parent a5ae647ee3
commit 91e8e6bf1e

View file

@ -665,7 +665,7 @@ msgstr ""
if value['0'][:comment] if value['0'][:comment]
value['0'][:comment].each_line { |line| report << "#. #{line.strip}\n"} value['0'][:comment].each_line { |line| report << "#. #{line.strip}\n"}
end 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" report << "#, c-format\n"
end end
report << "msgctxt \"#{key.to_s}\"\n" report << "msgctxt \"#{key.to_s}\"\n"