FM
Asked
I would like to add Arabic to this version (Modern Point of Sale Solution (MPS) )
Can you explain how to add the language?
Can you explain how to add the language?
- MSAnsweredHello,
MPS don't have RTL support yet. If you have standard license, you can add language as following.
### How can I translate into other language?
Please duplicate the `modules/MPS/Resources/lang/en.json` & `modules/MPS/Resources/lang/en` and rename the `en` to your language code i.e, `es` for Spanish & `fr` for French. Now you can translate all the files to your language. Lastly build with `npm run mps:p`
---
For basic license, there is no option to add language by yourself. If you like to help, you can download the language files from [https://mps.tecdiary.net/lang.zip](https://mps.tecdiary.net/lang.zip) and translate both files `mail.php` and `en.js` and send us back. We will add it in next update.
Thank you - FMAnsweredThanks
- Login to Reply