File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ # LOCALES
2
+
3
+ This directory contains your Application Languages.
4
+ The locals lets you add new languages to your VueFront app. Please follow the naming format (ex. en-gb)
5
+
6
+ Then add the newly created language js file to your vuefront.config.js
7
+
8
+ ``` js
9
+ locales: {
10
+ ' en-gb' : [' vuefront/lib/locales/en-gb.js' ], // this will load a compiled languaghe file for English
11
+ ' ru-ru' : [' ~/locales/ru-ru' ] // this will load ~/locales/ru-ru/index.js and will compile on build local Russian transaltion
12
+ },
13
+ ```
14
+
15
+ More informations about the usage of this directory in the documentation:
16
+ https://vuefront.com
17
+
18
+ ** This directory is not required, you can delete it if you don't want to use it.**
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments