diff --git a/README.md b/README.md new file mode 100644 index 0000000..bec735d --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +
+ +![Nova Translation](logo.png) + +Translation management for your Nova application. + +![Nova Translation UI](translation.png) + +
+ +------ + +## 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 \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..28dd261 Binary files /dev/null and b/logo.png differ diff --git a/translation.png b/translation.png new file mode 100644 index 0000000..131e7f2 Binary files /dev/null and b/translation.png differ