Hi Gibbon Team,
I need to change the languange to indonesian & I am already have the PO & MO file. Where is the location for me to upload that file? thank you
Hi nugie, you can place these files in the /i18n/id_ID/LC_MESSAGES/ folder (create it if it doesn’t exist). Since Indonesian is still a development language, you’ll also need to activate it in your gibboni18n table by running the following SQL:
`UPDATE `gibboni18n` SET active='Y' WHERE code='id_ID'` ```
Hi Sandra, thank you for your follow up . . It nicely done! Thank you very much . .
Best regards