Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

The goal of this project is to remove the pseudolocalization from version control and get the pseudolocalization to be generated automatically at build time.

Status - Completed

Complete

Contact

Please email the mifos-developer list if you are interested in helping on this project.

...

To generate the pseudolocalization during the build, one approach would be to use the exec-maven-plugin to run a script or java program that would loop over all the english properties files and generate the corresponding xyz_is_IS files. We probably don't want to do pseudolocalization on every build. So we would put the generation in a profile so that only the build server would need to run it on pseudolocalization test builds.

Steps