Re: [WiX-users] WiX (*.wxl) support at Transifex

2012-05-23 Thread chefkoch
hmm , Is there nobody interested in?

It could even speed up translating Wix's own localizations of the Wix v3 UI
and v3 Extensions ( http://wix.tramontana.co.hu/tutorial/localization ), if
WiX itself would be registered at Transifex and if a patch for adding wxl
support would be sent to Transifex dev team.

Cheers,
chefkoch


2012/5/1 chefkoch chefk...@team-mediaportal.com

 Hi all,

 At first I would like to introduce myself. I am member of Team
 MediaPortal, an opensource media center.
 For our next major version MediaPortal 2 which is completely re-written
 from scratch we are using WiX for our installer instead of NSIS, which we
 used for 1.x versions.
 Thanks for this great tool.

 For localizing our installer I am looking into the possibility to use
 Transifex ( 
 https://www.transifex.net/tour/https://www.transifex.net/tour/formanager/ )
 to manage the localization files. Currently *.wxl files are not supported
 by Transifex, but it is possible to extend it. (
 http://help.transifex.com/server/contributing.html#add-new-handler )
 Here you can find a list of supported format:
 http://help.transifex.com/features/formats.html#user-formats

 The reason I am writing this message is, that I have no python knowledge
 and it would take ages for me to write a file parser for *.wxl.
 Maybe there is someone interested in writing such a format parser for
 Transifex, because it might be useful for other wix users as well as the
 wix project itself?

 Help, support and even discussions and all your opinions are very welcome
 :)

 Cheers,
 chefkoch

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX (*.wxl) support at Transifex

2012-05-23 Thread Bob Arnson
On 23-May-12 13:19, chefkoch wrote:
 hmm , Is there nobody interested in?
I wouldn't say that but it doesn't look easy to get into, even if you 
know Python, since you need a bunch of dependencies related to Django. 
Plus, of course, it's not exactly geared for Windows developers since 
they run the server on Linux. It might be easier to use an existing 
supported format like YAML as an intermediate format.

-- 
sig://boB
http://joyofsetup.com/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX (*.wxl) support at Transifex

2012-05-23 Thread chefkoch
Hey,

Cool, atleast some feedback ;)

Yeah, I understand. I also already created a ticket for wxl support at the
Transifex's issue tracker ( https://github.com/transifex/transifex/issues/59).
Do you think it also could be an option to manage the official
translations of the WixUI and WixExtensions by using such a service?
I asked Gabor about his opinion, because the content of
http://wix.tramontana.co.hu/tutorial/localization has not been
changed/updated very much lately.

So if you are interested you might want to get in touch with the Transifex
team via i...@indifex.com . I am sure they are happy if we spread the word
about their service and we will be happy with the wxl support.

Thx again for feedback.
Cheers,
Tommy


2012/5/23 Bob Arnson b...@joyofsetup.com

 On 23-May-12 13:19, chefkoch wrote:
  hmm , Is there nobody interested in?
 I wouldn't say that but it doesn't look easy to get into, even if you
 know Python, since you need a bunch of dependencies related to Django.
 Plus, of course, it's not exactly geared for Windows developers since
 they run the server on Linux. It might be easier to use an existing
 supported format like YAML as an intermediate format.

 --
 sig://boB
 http://joyofsetup.com/



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX (*.wxl) support at Transifex

2012-05-01 Thread chefkoch
Hi all,

At first I would like to introduce myself. I am member of Team MediaPortal,
an opensource media center.
For our next major version MediaPortal 2 which is completely re-written
from scratch we are using WiX for our installer instead of NSIS, which we
used for 1.x versions.
Thanks for this great tool.

For localizing our installer I am looking into the possibility to use
Transifex ( 
https://www.transifex.net/tour/https://www.transifex.net/tour/formanager/
)
to manage the localization files. Currently *.wxl files are not supported
by Transifex, but it is possible to extend it. (
http://help.transifex.com/server/contributing.html#add-new-handler )
Here you can find a list of supported format:
http://help.transifex.com/features/formats.html#user-formats

The reason I am writing this message is, that I have no python knowledge
and it would take ages for me to write a file parser for *.wxl.
Maybe there is someone interested in writing such a format parser for
Transifex, because it might be useful for other wix users as well as the
wix project itself?

Help, support and even discussions and all your opinions are very welcome :)

Cheers,
chefkoch
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users