improve readme
This commit is contained in:
parent
f8c6b799d5
commit
e57b437e28
|
|
@ -59,7 +59,7 @@ class MyController extends Controller
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
By default the validator will load the default locale in your `config/app.php` file configuration which by default is `en`. **If your locale is not supported, please [post an issue for this project](https://github.com/arandilopez/laravel-profane/issues)**
|
The validator will load the default locale in your `config/app.php` file configuration which by is `en`. **If your locale is not supported, please [post an issue for this project](https://github.com/arandilopez/laravel-profane/issues)**
|
||||||
|
|
||||||
If you want to use others dictionaries you can pass them as parameters in the validator.
|
If you want to use others dictionaries you can pass them as parameters in the validator.
|
||||||
|
|
||||||
|
|
@ -107,7 +107,7 @@ If you're interesting in contributing code to this project, clone it by running:
|
||||||
git clone git@github.com:arandilopez/laravel-profane.git
|
git clone git@github.com:arandilopez/laravel-profane.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Pull requests are welcome, but please make sure you provide unit tests to cover your changes. Help to add and support more locales!
|
Pull requests are welcome, but please make sure you provide unit tests to cover your changes. **You can help to add and support more locales!**
|
||||||
|
|
||||||
### Supported Locales
|
### Supported Locales
|
||||||
- English
|
- English
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue