Hi
I’m working with the translate plugin and I would like to insert the Danish text at the ##journal.viewAllIssues## file, but I can’t find the file. Can you tell me where to look?
Regards
Niels Erik
Hi @nef,
This belongs in the locale/xx_YY/locale.xml
locale file (xx_YY for your own locale, of course). On my Linux machine, I can quickly search for these on the command line using e.g…
fgrep -l journal.viewAllIssues `find . -name \*.xml`
Regards,
Alec Smecher
Public Knowledge Project Team
Thank you Alec.
Unfortunalely I have only access to the plugin settings so it makes searching a little more difficult. In the first run I didn’t find the locale/xx_YY/locale.xml file
Regards
Niels Erik
Hi @nef,
xx_YY
is a stand-in for your locale. In the case of Danish, it’s da_DK
.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi again
After your first reply I found it, thanks
Regards
Niels Erik