File tree Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change 11## Laravel Nova Lang
22
3- In this repository you can find the lang files for the ** Laravel Nova** .
3+ This package provides the language support for ** Laravel Nova** .
44
5- Feel free to submit your language or update an existing one by sending a PR.
5+ Feel free to submit your language or update an existing one by sending a PR to help other people.
6+
7+ ## Installation
8+
9+ ``` bash
10+ composer require coderello/laravel-nova-lang
11+ ```
12+
13+ ## Usage
14+
15+ Publish translations for one language:
16+ ``` bash
17+ php artisan nova-lang:publish de
18+ ```
19+
20+ Publish translations for multiple languages:
21+ ``` bash
22+ php artisan nova-lang:publish de,ru
23+ ```
24+
25+ Publish translations with overriding of existing ones:
26+ ``` bash
27+ php artisan nova-lang:publish de,ru --force
28+ ```
629
730## Status
8- - ** en** - Done!
9- - ** ru** - Done!
31+ - English ** [ en] ** - completed
32+ - Russian ** [ ru] ** - completed
33+
You can’t perform that action at this time.
0 commit comments