[SOLVED]OJS 3.0.1 Translate to indonesian

i have problem about translate.

i use translate from https://github.com/pkp/ojs/tree/ojs-3_0_1-0/locale/id_ID

but translate still incomplete.
i’ve completed translate in :

locale/id_ID:
lib/pkp/locale/id_ID:
help/id_ID:
rt/id_ID: .
plugins/[plugin category]/[plugin name]/locale/id_ID

how to solved it ?

and i add in admin.xml
<message key="admin.scheduledTask.clearLogs">Bersihkan Log</message>
to solve ##admin.scheduledTask.clearLogs##, but nothing happened,
this same like ##admin.scheduledTask.clearLogs## not Bersihkan Log

Hi @Vhiie,

Make sure that you’re putting the locale keys of your translation into the same files that their English equivalents appear in – for example, admin.scheduledTask.clearLogs appears in lib/pkp/locale/en_US/admin.xml, so make sure you put it in the same place. If it’s there, and you still don’t see the translation appearing, try validating the XML with a good XML editor or a tool like xmllint to ensure that you haven’t accidentally entered a typo that prevents the file from parsing.

Regards,
Alec Smecher
Public Knowledge Project Team

i put in there

but still nothing happened

Hi @Vhiie,

Did you validate the XML file?

Regards,
Alec Smecher
Public Knowledge Project Team

oh its success

thxxx :smiley:

@Vhiie
how to be successful?

I still don’t understand how to validate the XML file?

please help me