Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Translating features

I have been testing translations in the publisher, but I'm a little confused about how Eclipse translates features. I have a plugin:
id: org.foo
name: %pluginName

with a property file
name = foo

I created a plugin fragment, and translated this to German
property_de.properties:
name = bar
(who knew that foo translates to bar in German). 

How do I do this for features?  I've done the same thing (feature with name %featureName), and a property file.  Is there such thing as a feature fragment?

cheers,
ian

--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484
http://eclipsesource.com | http://twitter.com/eclipsesource

Back to the top