18 Jan
2010
18 Jan
'10
5:38 p.m.
On 1/17/10, helix84 <helix84@...150...> wrote:
Just short note: in an older Inkscape .po file (unknown build) this string is accompanied by this comment: Any idea why it was removed ?
I can't tell why but it was removed here: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/8672?remem...
It's NOT removed (at least in that commit :)). Look better.
147 gchar const* localized = _("default.svg"); 148 if (strcmp("default.svg", localized) != 0) { 149 baseNames.push_back(localized); 150 }
As you can see, it cab be localized.