Dear Friends,
I have installed OJS for the journal that I am managing and I would need to have a bilingual site.
I checked
http://pkp.sfu.ca/wiki/index.php/Transl ... ailabilityand looked into registry/locales.xml where it showns alright :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE locales SYSTEM "../dbscripts/xml/dtd/locales.dtd">
<locales>
<locale key="de_DE" name="Deutsch (Deutschland)"/>
<locale key="en_US" name="English"/>
<locale key="es_ES" name="Español (España)"/>
<locale key="fr_CA" name="Français (Canada)"/>
(... and so on)
</locales>
The problem is that when I log in and go to:
Home > User > Journal Management > Languages
it is shown the following message:
Sorry, no additional languages are available. Contact your site administrator if you wish to use additional languages with this journal.
Please, can anyone help me?
Thank you.