How to add new language in Best Support System? 10 4

Last updated on Sep 25, 2018 23:23 in Product » Best Support System
Posted BySupervisor

First translate and generate new language from https://translator.appsbd.com (You can also use POEdittor to generate new .mo file). After translation, just download the .mo file.

Then
Step 1 : put the file into language/override folder ( If you put override folder then it won't update in any future update of this app, you can also put that file in default folder instead of override folder, but it might be change in future when it app adding that language officially).

Step 2 & 3 : Open the file language/languages.json and  add a node like the example bellow:


{
"title": "Your language title",
"iso_code": "en_US",// it will be the downloaded .mo file name without extension(.mo)
"is_beta":true,
"is_rtl":false,
"active": true
}

N.B : Don't add if the language is already exist in the file


That's it

** The time is base on America/New_York timezone