What this module does
This module provides the ability to customize text messages within OpenMRS web pages and persist them within the database and can be used to translate OpenMRS directly within the web application. Also, this module provides an export feature that allows you to choose from the list of available locales and export all existing messages (both those that came from the properties files and those customized by the module) in the form of a messages_xxx.properties that can be used to provide translations for the OpenMRS web application or for other modules.
Documentation / How-To
Within this module the original messages.properties files are retained as the primary message source. The messages stored in the custommessage module tables can override these values. So, only customizations made by an implementation are stored in the custommessage tables. This means that if core or module message.properties files are updated (e.g., during an upgrade), the customizations will be maintained. It is easy to see exactly what has been changed and what is standard.
Download
https://modules.openmrs.org/modules/view.jsp?module=custommessage
Screenshots
To get more information about module features in action you may check out the page with screenshots according to release version:
Release Notes
1.1
- Initial alpha release
About
This module was initially developed by ~mseaton and enhanced by ~mvorobey.