Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Major bug in new TMX feature

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Globalizer Support
View previous topic :: View next topic  
Author Message
gunters63



Joined: 25 Jan 2011
Posts: 21

PostPosted: Fri Feb 08, 2013 2:37 pm    Post subject: Major bug in new TMX feature Reply with quote

Hi,

It is great that external TMX files are now supported for auto-translating.

Unfortunally there seems to be a bug which makes this new feature currently unusable for my customer.

His TMX-Files have lines like:

<tuv><seg>Teil verschieben</seg></tuv>

Globalizer can't read this.

As soon as you move the <seg> element on separate lines it works:

<tuv>
<seg>Teil verschieben</seg>
</tuv>

(I left out the xml:lang attribute).

A quick fixed version would be very much appreciated, my customer is already very exited about this new feature Smile.

Best regards,
Gunter
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Sat Feb 09, 2013 12:00 am    Post subject: Reply with quote

I just tried to replicate this and changed:

Code:
    <tu>
      <tuv xml:lang="en-us">
        <seg>About</seg>
      </tuv>
      <tuv xml:lang="fr">
        <seg>A propos</seg>
      </tuv>
    </tu>

to:

Code:
   <tu>
      <tuv xml:lang="en-us"><seg>About</seg></tuv>
      <tuv xml:lang="fr"><seg>A propos</seg></tuv>
    </tu>


However the modified TMX still loaded OK - so I suspect something else is going on.

Can you please email support@infralution.com a sample of the TMX files you want to use so that we can ensure that Globalizer will work with them.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Wed Feb 13, 2013 1:09 am    Post subject: Reply with quote

Thanks for the sample TMX file. This issue has now been fixed in Version 3.5.1.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Globalizer Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group