...
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
- Read the Developer Kick Start page for for information on contributing and getting set up. Follow the steps under
- Introduce yourself to the community - Mailing Lists
- Fill out the Contributor Agreement
- Set up your machine for development:
- Install MifosRead how to submit patches
- resolve issue 2445