[Bug 243615] graphics/inkscape: upgrade to 1.0, use GraphicsMagick by default, enable OpenMP on amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 17 17:21:57 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243615

--- Comment #70 from VVD <vvd at unislabs.com> ---
[17.05.2020][20:06:54] <@Mc> it's "just" running a python script, so that might
come from different python versions of different versions of python-getttext or
something similar
[17.05.2020][20:07:37] <@Mc> if it finds "Capa" it's probably not looking at
es_MX.po but at es.po
[17.05.2020][20:08:38] <VVD> es.po have Capa
[17.05.2020][20:08:53] <VVD> <g inkscape:label="Capa 1"
inkscape:groupmode="layer" id="layer1" />
[17.05.2020][20:09:28] <@Mc> so probably in one case it does not find it in
es_MX (and concludes that the word is not translated in mexican, so there is no
reason to produce a mexican version of the default.svg file); and in another
case it defaults back from es_MX to es instead of giving up, and finds a
translation (which is a sensible thing to do for gettext as es_MX is a derivate
of es)
[17.05.2020][20:10:06] <@Mc> => My guess is a difference in gettext "fallback"
behavior

So we can explore more, or just remove line "if translated_string !=
LAYER_STRING:" from create_default_templates.py.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-gnome mailing list