Hello,
I added new language, done everything but now I can’t build it.
“Lastly run npm i && npm run prod to build the application.”
I can’t run it because I’m using shared hosting - Cpanel. So can you give me other way to build it?
- MSAnswered
Hello,
The app need to be build for any changes in the code inclulding language.
Most shared hsoting provide terminal or ssh access for such. If not, you can install and build it locally abnd move to server.
If you want to share your translation with others, you can send the language files to us and we will add it in next update.
Thank you
- GKAnswered
I activated terminal but when I run the command, I’m getting an error “no such command found”.
- MSAnswered
Do you server has node.js installed? If yes then you need to open the site folder and run the command. Otherwise you only can build it locally. Thanks
- Login to Reply