Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » API for programmtically creating Plugins+features
API for programmtically creating Plugins+features [message #481695] Sun, 23 August 2009 17:34 Go to next message
Christian is currently offline ChristianFriend
Messages: 72
Registered: July 2009
Member
Hello group,

for making translations easier especially allowing translations in a
more community like approach .
I came up with the idea for my project to put all Translations into one
big xml file
and automatically generate the properties files from that XML file ...
(specially to create fragments + features so one could put them in the
dropins folder and test immediately)
like that it should be more easily manageable to do translations for
that project without an IDE and the sourcecode of the project ...
Another benefit would be the better unicode support in XML files...
doing unicode escaped with cp12x properties files seems to be not that
nice..

First is this a totally flawed idea in a way I have not jet seen?
Are there already any projects doing sth likewise or have a solution to
the same problem (allowing translation and testing without IDE +
optionally not dozens of properties files to manage)?

Is there some API for simpler creation of fragments/features
programmtically than just packing them up creating manifest and
fragment.xml by hand (or rather writing them without any api) ?

Christian
Re: API for programmtically creating Plugins+features [message #481711 is a reply to message #481695] Sun, 23 August 2009 23:13 Go to previous messageGo to next message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Christian wrote:
> Hello group,
>
> for making translations easier especially allowing translations in a
> more community like approach .
> I came up with the idea for my project to put all Translations into one
> big xml file
> and automatically generate the properties files from that XML file ...
> (specially to create fragments + features so one could put them in the
> dropins folder and test immediately)
> like that it should be more easily manageable to do translations for
> that project without an IDE and the sourcecode of the project ...
> Another benefit would be the better unicode support in XML files...
> doing unicode escaped with cp12x properties files seems to be not that
> nice..
>
> First is this a totally flawed idea in a way I have not jet seen?
> Are there already any projects doing sth likewise or have a solution to
> the same problem (allowing translation and testing without IDE +
> optionally not dozens of properties files to manage)?
>
> Is there some API for simpler creation of fragments/features
> programmtically than just packing them up creating manifest and
> fragment.xml by hand (or rather writing them without any api) ?

At Eclipse, we have the Babel project to do translations via a community
approach, have you seen it?
http://babel.eclipse.org/babel/

Eclipse PDE has an "Internationalize" action which you may find useful.
This essentially generates the necessary fragments for you. Here's a
blog post that goes over it quickly:

http://eclipsesource.com/blogs/2008/12/11/tip-generate-nls-f ragments-in-eclipse/

Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
Re: API for programmtically creating Plugins+features [message #481713 is a reply to message #481711] Mon, 24 August 2009 00:39 Go to previous message
Christian is currently offline ChristianFriend
Messages: 72
Registered: July 2009
Member
Chris Aniszczyk schrieb:
>
> At Eclipse, we have the Babel project to do translations via a community
> approach, have you seen it?
> http://babel.eclipse.org/babel/

I have seem the babel Project though I am coding on a rcp application
so I doubt adding such a non-eclipse project there is possible.

>
> Eclipse PDE has an "Internationalize" action which you may find useful.
> This essentially generates the necessary fragments for you. Here's a
> blog post that goes over it quickly:
>
> http://eclipsesource.com/blogs/2008/12/11/tip-generate-nls-f ragments-in-eclipse/
>
Thank you. That looks like a good starting point.


regards
Christian
Previous Topic:Suppress general views in dialog "Window->Show View"?
Next Topic:Preventing ErrorEditorInput from Showing
Goto Forum:
  


Current Time: Tue Apr 23 06:59:19 GMT 2024

Powered by FUDForum. Page generated in 0.03364 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top