On Wed, 2009-09-16 at 11:04 +0400, Alexandre Prokoudine wrote:
On Tue, Sep 15, 2009 at 5:23 AM, Ted Gould wrote:
On Mon, 2009-09-14 at 10:10 +0400, Alexandre Prokoudine wrote:
- SVG Filters i18n is broken. I'm about to submit a bug report, but
here goes: open Filter Editor, then start adding and removing filters to an object and keep an eye on the list of filters in the editor: it will jump from filter's ID to filter's name (already a bug), but never ever will display localized name of a filter. This has been so since the very beginning, I'm afraid.
I'm not sure where the bug is here.
Well, I'm, sure that the bug is in two places :)
- Filter Editor should never ever expose filter ID and then hide
after switching object to a different filter, which it does right now.
Yes.
- If we can't make a filter's name show up as localized everywhere,
we shouldn't make it localizable anywhere.
I guess my question comes down to, is it localized in that case or is it a user setting. For instance, we show localized template names but if I named a file "Letter" it shouldn't be translated in the file dialog. At the point of looking at the filter label in the file, it could very well be something the user has put in. If they called a filter "Snow" then we shouldn't translate it even if we have a translation for "Snow."
--Ted