Steps to change language in jetbackup

kumkumsharma

Administrator
Staff member
In jetbackup 4 translation feature is available but we have to manually configured it:

You can check the original files of WHM:

Code:
/usr/local/cpanel/whostmgr/docroot/templates/jetbackup/app/lang/en/{SECTION.json}
Here {SECTION.json} is a section in Jetbackup Dashboard.

We have to place the overridden language files here for WHM

Code:
/usr/local/cpanel/whostmgr/docroot/templates/jetbackup/app/lang/override/xx/
Instead of xx you have to write the language code according to your need.

You can check the original files at this location:

Code:
/usr/local/cpanel/base/frontend/paper_lantern/jetbackup/app/lang/en/common.json
So you have to place the overridden language files at

Code:
/usr/local/cpanel/base/frontend/paper_lantern/jetbackup/app/lang/xx/common.json
Here xx is the language code you want to use.
 
Top