Actions
I18nTaxeditor » History » Revision 1
Revision 1/10
| Next »
Patrick Plitzner, 02/23/2015 02:37 PM
Internationalization / Localization¶
This site describes the conventions for i180 and l10n of our projects.
Taxonomic Editor¶
Project structure¶
Each plugin has the following structure:
- OSGI-INF
- l10n
- bundle_xx.properties
- bundle_yy.properties
- bundle.properties
- messages_xx.properties
- messages_yy.properties
- messages.properties
xx, yy, etc. stand for the single country codes
the .properties files withour country code are the default files used if no locale is specified
bundle.properties are for externalized string from the plugin.xml
messages.properties are for Java classes
Updated by Patrick Plitzner over 8 years ago · 1 revisions