I have recently encountered an issue with the French translation of Bahmni. When I select the French language on the login screen, the second registration interface hides the nutritional values and displays a message below stating, ‘Nutritional Values concept not found.’ I have attempted to search for this concept in OpenMRS and discovered that there is no corresponding French concept available. Furthermore, I have tried to add a new concept by referencing the English default concept, but the same problem persists.
My question is, what is the most effective procedure for resolving this issue? Should I import a French concept dictionary into OpenMRS? If yes, I would greatly appreciate it if someone could assist me in uploading it. If the answer is no, what other hypotheses could explain this issue, and how should I go about solving it?
Thank you in advance. I am looking forward to hearing from you as soon as possible. Have a good day.
Basically yes, it will all mostly boil down to putting together both a frontend config (so a Bahmni config) and a backend config (OpenMRS config, if you use Initializer + a concept dictionary) so that your Bahmni deployment behaves as per your needs and requirements.
We have done a lot of Bahmni localisation into French for our work in Haiti. Perhaps @kazlaw, @nuhuhmutebi and @reagan could point you to public examples that would help settle the idea?
“The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS’ application data directory.”
So, I installed Bahmni v0.93 on centos7 and successfully added “initializer” module to openmrs but i can’t find the “configuration” folder.
Are there any other configuration to do?
Hi @mehrez as noted, you need to create the configuration folder that will host the different domains as noted from the readme in the application data directory of OpenMRS. The metioned folder usually has content like this listed
as you see modules and openmrs.war
in the same path (/opt/openmrs/ ) but openmrs-runtime.properties in (/opt/openmrs/etc)
have you any suggestion or idea please?