Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 667 Bytes

localization.md

File metadata and controls

26 lines (15 loc) · 667 Bytes

Localization

Introduction

Wardrobe allows you to run the administration in your locale by adding new translation files.

Download

You can download all of the localization files from github. After downloading overwrite your app/lang directory with these.

Change Config

After you have succesfully adding the lang files next open app/config/app.php and modify the following section:

'locale' => 'en',

Replace 'en' with your locale. Such as 'es'.