khodakhah / nodcms

NodCMS-Bundle - to download - the open-source PHP CMS based on the CodeIgniter
https://nodcms.com
MIT License
71 stars 64 forks source link

Language #46

Closed Step-byStep closed 2 years ago

Step-byStep commented 3 years ago

Hello! How i can add language pack? I added language from admin panel and replace ../nodcms/language/russian/nodcms_lang.php with translation, but I still get 500 (Internal Server Error). I didn't find any documentation and don't know other way.

khodakhah commented 2 years ago

Thank you for your report @Step-byStep,

There was a bug on adding a language, that I fiexed it. Now you need onlay add your language form backend. Languages -> Add New+ Than select your flag file, select your language(in this case Russian), set Public on On, and click on submit button. Now you can using translation button form the list of language to translate. Or you can edit the file (nodcms-core/languages/ru/app.php) directly.

Learn More