-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<div align="center"> | ||
|
||
![Nova Translation](logo.png) | ||
|
||
Translation management for your Nova application. | ||
|
||
![Nova Translation UI](translation.png) | ||
|
||
</div> | ||
|
||
------ | ||
|
||
## About Nova Translation | ||
|
||
Nova Translation is a tool for Laravel Nova which allows you full control | ||
over your translations when using [Laravel's | ||
localization](https://laravel.com/docs/5.7/localization) functionality. | ||
|
||
The package allows you to manage your translations using either the native file | ||
based translations, but also provides a database driver which is useful in | ||
multi-server setups. | ||
|
||
It exposes a user interface allowing you to update existing and add new | ||
translations to your application. | ||
|
||
Below are a full list of features: | ||
|
||
- File and database drivers | ||
- Database translation loader (automatically load translations from the database | ||
when Laravel's translation retrieval methods and the database driver) | ||
- User interface to add new languages and add and update translations | ||
- Artisan commands to manage your translations | ||
- Scan your application for missing translations |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.