Project

General

Profile

Actions

I18nTaxeditor » History » Revision 3

« Previous | Revision 3/10 (diff) | Next »
Patrick Plitzner, 02/21/2017 10:53 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:

    • 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 · 3 revisions