Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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

1.2

  • New OpenMRS JSTL tag called openmrs:messages (available in 1.6+) allowing enhanced messaging - CSTM-2
  • Ability to run OpenMRS in translate mode - CSTM-3
  • New DWR-based server side - CSTM-4
  • Implemented in-place translations entering and editing - CSTM-5
  • Converted spring:messages to openmrs:messages in core - CSTM-15

About

This module was initially developed by ~mseaton and enhanced by ~mvorobey.

  • No labels