Skip to content

Commit d839b01

Browse files
committed
fix: fix bug
1 parent cdd7e5f commit d839b01

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

locales/Readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.**

pages/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

pages/Readme.md

Whitespace-only changes.

0 commit comments

Comments
 (0)