Project

General

Profile

Actions

I18nTaxeditor » History » Revision 4

« Previous | Revision 4/10 (diff) | Next »
Patrick Plitzner, 02/23/2017 09:15 AM


Internationalization / Localization

This site describes the conventions for i180 and l10n of our projects.

Taxonomic Editor

Project structure

Each plugin has the following structure:

<plugin_root>
 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 without 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 6 years ago · 4 revisions