Project

General

Profile

I18nTaxeditor » History » Version 4

Patrick Plitzner, 02/23/2017 09:15 AM

1 1 Patrick Plitzner
2
# Internationalization / Localization
3
4
This site describes the conventions for i180 and l10n of our projects.
5
6
7
## Taxonomic Editor
8
9
10
### Project structure
11
12
Each plugin has the following structure:
13
14 4 Patrick Plitzner
~~~
15 1 Patrick Plitzner
16 4 Patrick Plitzner
<plugin_root>
17
 OSGI-INF
18
  l10n
19
    bundle_xx.properties
20
    bundle_yy.properties
21
    bundle.properties
22
    messages_xx.properties
23
    messages_yy.properties
24
    messages.properties
25
~~~
26 3 Patrick Plitzner
27 4 Patrick Plitzner
* xx, yy, etc. stand for the single country codes
28
* the .properties files without country code are the default files used if no locale is specified
29
* bundle.properties are for externalized string from the plugin.xml
30
* messages.properties are for Java classes