Skip to main content

Customization

Translate admin panel:

For translating your admin and vendor panel go to this file: resources/lang/en/messages.php and change all the value of each key( 'key'=>':variable value') . Please don't change any key or variable. A variable is word which starts with a ":", it can be placed after the value or inside a value like 'config\your\account'=>'Config your :method account', here :method is a variable and config\your\account is a key. You can change the position of variable inside a value but you can't remove it.

info

Please note: ":" after a word is not a variable like: '(Ex: Test Label)' => '(Ex: Test Label)’ here "Ex:" not a variable