GNOME Bugzilla – Bug 261060
Don't split sentences in Evolution
Last modified: 2013-09-10 14:03:33 UTC
#: a11y/addressbook/ea-minicard-view.c:104 msgid " card" #: a11y/addressbook/ea-minicard-view.c:102 msgid "have " #: a11y/addressbook/ea-minicard-view.c:101 msgid "current addressbook folder " #: a11y/addressbook/ea-minicard-view.c:104 msgid " cards" #: a11y/addressbook/ea-minicard-view.c:102 msgid "has " Please *never* split up sentences in fragments like this! It is extremely broken for translation. Use several full sentences instead. Please see http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#split-sentences. Also, when you do this, please use ngettext. See http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#plurals.
This will have to wait since we are under string freeze
Evolution has been branched long ago and string freeze no longer applies to HEAD...
Any news on this? Yuedong, any plans to correct this?
fixed using ngettext and two full sentences
Thanks for fixing this! However, there's a typo: "current addressbook folder have %d cards" should probably be "current addressbook folder has %d cards"
doh, Fixed
fixed