GNOME Bugzilla – Bug 61238
Minimalistic letter changes should be ignored
Last modified: 2004-12-22 21:47:04 UTC
When doing auto translation/accomplishment, gtranslator (and the learn buffer source which does this in source) should disregard any capitalisation/minorification of some letters. Like in "New File" <-> "New file" -- the translation should be the same normally, therefore gtranslator code should be first-letter-case-ignorant (heh, at least I know what I mean here ,-)). Should be easy to do within the matching routines (toupper/tolower calls for evey new word starting letter). This is an issue brought up by Pablo Saratxaga <pablo@mandrakesoft.com> on the gnome-i18n@gnome.org mailing list.
Uhm, did you mean that the auto translating routines should ignore the case at the word beginning while searching for equality?
For the interested ones....
Easily done partly already by the usage of capitalization disregarding check functions on the learn buffer side - for the version 1.0 for GNOME 2.0 it should work, this one isn't valid anymore :-)