I18nTaxeditor » History » Version 3
Patrick Plitzner, 02/21/2017 10:53 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 | |||
15 | - <plugin_root> |
||
16 | |||
17 | - OSGI-INF |
||
18 | |||
19 | - l10n |
||
20 | |||
21 | - bundle_xx.properties |
||
22 | |||
23 | - bundle_yy.properties |
||
24 | |||
25 | - bundle.properties |
||
26 | |||
27 | - messages_xx.properties |
||
28 | |||
29 | - messages_yy.properties |
||
30 | |||
31 | - messages.properties |
||
32 | |||
33 | |||
34 | |||
35 | - xx, yy, etc. stand for the single country codes |
||
36 | |||
37 | 3 | Patrick Plitzner | - the .properties files without country code are the default files used if no locale is specified |
38 | 1 | Patrick Plitzner | |
39 | - bundle.properties are for externalized string from the plugin.xml |
||
40 | |||
41 | - messages.properties are for Java classes |