...
Maintaining a Language Pack
Set the versions of the plugins that you want to translate in the pom file:
| Code Block | ||||
|---|---|---|---|---|
| ||||
<properties>
...
<!-- Versions of the plugins translated by this language pack -->
<bundle.abacus>0.1</bundle.abacus>
<bundle.branding>0.3</bundle.branding>
<bundle.core>3.4-RC3</bundle.core>
<bundle.javasquid>1.1</bundle.javasquid>
<bundle.jira>1.0</bundle.jira>
<bundle.motionchart>1.4</bundle.motionchart>
<bundle.squidjava>1.0</bundle.squidjava>
<bundle.violationdensity>1.2</bundle.violationdensity>
...
</properties>
|
To check the missing key, run:
...

