Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Christian Hauschke
  2. Kitio Fofack
  3. Ralph O'Flinn
  4. Manuel Schwarz

Purpose

Implement full i18n proof on concept on a simple form. The form interface i18n  on home page, the capability Map and the profile header form.
The interface should be able to display data according completely switch to the selected language but also to save them in the database in respect to the language currently selected.

Deliverables

  1. Identify all places in code/freemarker/jsp that need extraction Is there a static analysis tool?and create related JIRA Tickets
    • Split codebase across different people (per package?)
    • ACTION: Kitio to divide codebase
  2. Extracting from above into i18n filesInitialize language artifacts necessary to complete for interface i18n
  3. Create the translations (English, German, French)
  4. Improve toggling mechanism (do not use flags)
  5. Improve technical documentation for adding new languages
    • Pulling in Maven artifacts

...