Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add comments to Join and View links.

The Tomcat project uses POEditor (Tomcat translations: Join, View) to manage translations to manage translations.

Links:

  • Join Tomcat translations project.
    A public link, available to everyone. Once you join the project, you can access it via Dashboard page at POEditor site.
  • View Tomcat translations project.
    This link requires additional privileges (and responds with error 404 unless you have them). This page lists translation status for each language and provides additional controls.

Key points:

  • The Export/Import code that copies to/from POEditor prefixes each property key with the package name to ensure that the keys are always unique
  • In POEditor the keys are known as terms
  • If a value contains a [{n}] sequence then it will be processed by a MessageFormatter which means any single quotes must be escaped by using two single quotes

...