Hello,
I want to translate titles of reports and inside of my created report to different language.
Could you guide me how to do it?
Can i insert my translation into locale_ru.json that in bahmniapps/i18n/reports folder? If yes, where can i find appropriate translation keys?
Hi @msaule,
We do not have internationalization enabled on Report names. Can’t recollect the reason why but this is piece of code where we need to do it. Changing {{:: report.name}} to {{:: report.name | translate}} would enable internationalization and you can start giving Translation Keys and localizations in reports config itself. If you are willing to you can give a pull request with the change.