Commit 9024b6aa authored by Michal Čihař's avatar Michal Čihař

Fixed loading of plurals for Qt TS

Fixes #424
parent 59f159ab
......@@ -149,8 +149,8 @@ class FileUnit(object):
# Need to apply special magic for plurals here
# as there is no singlular/plural in the source string
return join_plural([
self.unit.source.replace('(s)', ''),
self.unit.source.replace('(s)', 's'),
self.unit.source,
self.unit.source,
])
if self.is_unit_key_value():
# Need to decode property encoded string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment