changeset a6dba99517e7 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=a6dba99517e7 description: fix russian translation, even if msgfmt raises an error. We handle %i in our code, msgfmt cannot know when we need it or not. Fixes #6794
diffstat: po/ru.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r f42b1715e13f -r a6dba99517e7 po/ru.po --- a/po/ru.po Sat Mar 05 17:53:26 2011 +0300 +++ b/po/ru.po Sat Mar 05 21:51:04 2011 +0100 @@ -6660,7 +6660,7 @@ #, python-format msgid "Yesterday" msgid_plural "%i days ago" -msgstr[0] "Вчера(%i день назад)" +msgstr[0] "Вчера" msgstr[1] "%i дня назад" msgstr[2] "%i дней назад" _______________________________________________ Commits mailing list [email protected] http://lists.gajim.org/cgi-bin/listinfo/commits
