Difference between revisions of "OpenEMR Internationalization Development"

From OpenEMR Project Wiki
Line 50: Line 50:
:::*[http://sourceforge.net/projects/openemr/forums/forum/202506/topic/3673130/ Discussion on the new translation customization and logging module (releasing with version 4.0)]
:::*[http://sourceforge.net/projects/openemr/forums/forum/202506/topic/3673130/ Discussion on the new translation customization and logging module (releasing with version 4.0)]
:::*[http://sourceforge.net/projects/openemr/forums/forum/202506/topic/3509701 Discussion on parametric translations and also discussion to further improve the backend (google docs spreadsheet) processing]
:::*[http://sourceforge.net/projects/openemr/forums/forum/202506/topic/3509701 Discussion on parametric translations and also discussion to further improve the backend (google docs spreadsheet) processing]
[[Category:Internationalization]]

Revision as of 19:54, 4 November 2011

We have the ability to translate OpenEMR into any language, and a list of languages currently being translated can be found on the translation database statistics page. If you want to help translate (a new or current language), you will need editing privileges to our Google Docs translation spreadsheet. Please contact Brady Miller ( brady@sparmy.com ) so he can invite you to the Google doc spreadsheet(we also will give you access to the translator roster spreadsheet to allow collaboration with other translators).

In the google doc translation spreadsheet, the list is arranged alphabetically with numbers and special characters listed at the end. I'd suggest looking at our OpenEMR demo (link below) to find the words of "highest utility" to translate first. The Google Doc definitions get processed and placed into the OpenEMR demo (link below) daily to allow you to check your work. You can also download this updated set of translations into your local OpenEMR via the instructions link below. Feel free to post any questions, concerns, or ideas in the OpenEMR sourceforge forums.

Here is the OpenEMR demo link:
OpenEMR: http://opensourceemr.com:2089/openemr user:admin pass:pass

Click HERE to learn how to install the most recent translations into your local OpenEMR.

Here is the translation database statistics (updated daily), which reports how many definitions have been completed for each language.

While editing in the Google Docs spreadsheet, please also ensure you follow the rules below.
THE LANGUAGE SPREADSHEET RULES:

  1. Do NOT modify the english constants or id numbers. (if you modify these by mistake and can't undo, then feel free to email me; I can quickly fix this)
  2. Do NOT modify already created translations until discussing with the other translators (unless an obvious typo etc.)(if you modify by mistake and can't undo, then feel free to email me; I can quickly fix this)
  3. Do NOT enter the 'new line' or 'tab' character into spreadsheet.
  4. Do NOT upload a new version of the spreadsheet.
  5. Do NOT hide columns.
  6. Do NOT sort columns.


Some of the English constants are confusing. Please click below to see explanations of the confusing english constants:
Constants Descriptions

Below are language specific guides (it would be great if others would contribute to these). To get wiki editing privileges register here at the wiki.


Below is for developers:

For those interested in the actual software/scripts (pipeline) that created the language spreadsheet and then utilizes it for insertion in OpenEMR; they are kept in this directory (The README file is the best place to get an overview of the process):
For those of you interested in the xl() internationalization function, then go HERE.
Here are the Previous sourceforge forums threads related to the internationalization project:
General Topic Threads
Specific Topic Threads