[Gimp-developer] existig translation don't show translated

2011-09-05 Thread Cristian Secară
In the Brushes / Patterns / Gradients panel there is the enter tags
field, with a drop down arrow. For some languages [*], by default, in
the tags.xml file, the /brushes/Round.vbr has the round tag
associated and the /brushes/Round-Fuzzy.vbr has the fuzzy and round
tags associated. 

These tags are present in the main .po file:

#: ../data/tags/gimp-tags-default.xml.in.h:1
msgid fuzzy

#: ../data/tags/gimp-tags-default.xml.in.h:2
msgid round

However, for those languages where these tags are present in the
tags.xml file, in the UI they are shown always in English.
What's the mistery ? If this is again some resource-impossibility, at
least they should be deleted completely.


[*] if launching GIMP with set lang=de, en or ro, these tags are
embedded in the tags.xml file; if launching GIMP with set lang=es, fr
or it, these tags no longer exists; for each language test I delete
the .gimp-2.7 directory entirely from the users directory (Windows
Vista 64)

Cristi

-- 
Cristian Secară
http://www.secarica.ro
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] existig translation don't show translated

2011-09-05 Thread Cristian Secară
On Mon, 5 Sep 2011 21:31:00 +0300, Cristian Secară wrote:

 [...] For some languages [*], by default, in
 the tags.xml file, the /brushes/Round.vbr has the round tag
 associated and the /brushes/Round-Fuzzy.vbr has the fuzzy and
 round tags associated. 

Hmm. Something strange occurs there.

For those languages where the tags round and fuzzy exist in the
tags.xml file, there are *two* entries for Round-Fuzzy.vbr, one with
the path separated by / and another one with the path separated by \.

One is
  resource identifier=${gimp_data_dir}/brushes/Round-Fuzzy.vbr
checksum=f8cb2466841104a55e42afce4568d103
tagfuzzy/tag
taground/tag
  /resource
The other is
  resource identifier=${gimp_data_dir}\brushes\Round-Fuzzy.vbr
checksum=f878d6d775d90e1364e90a98ff972dea
  /resource

This is true also when launching with set lang=en.

Bug ? On languages without default tags, only one entry for
Round-Fuzzy.vbr exists (the one with \).

Testing on Windows, development version 2.7.3 from Sourceforge.
I have a running Fedora 14 at hand, but I don't know how to compile a
program, so I cannot test version 2.7.3 there (and I don't know where
to get an already built .rpm).

Cristi

-- 
Cristian Secară
http://www.secarica.ro
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer