nova-translatable
nova-translatable copied to clipboard
Nova Field for spatie/laravel-translatable package.
spatie/laravel-translatable has moved to 6.0. Are we expecting its support sooner?
- Laravel 6.0.4 - Laravel Nova 2.9.2 - mrmonat/nova-translatable 2.0.2 Say we have a field like: ``` Translatable::make( __('Slug'), 'slug')->rules('required')->sortable()->help(__('help.tips.slug')), ``` In our application, we have two locales. If I...
Added array of locales which are RTL and added a few lines to make it happen.
before PR when chaning `->soratable()` method with Translatable field the query was `select * from table_name order field asc;` after PR the query would be `select * from table_name order...
Hi. First thanks for this amazing package. I like it a lot. I need a little help with how can I use translations on the website. Like I want to...
I use trix and markdown field types for translatable content, adding support to this field types will be really useful.
After upgrading to version 2.1, it doesn't seem that any of the locales are being set by default for the resource detail views. I have to click a locale to...
Hi, Any chance we can have the text direction to be RTL if any RTL languages selected Ex. "Arabic or Hebrew", as typing in RTL language with LTR direction looks...
Hello World! For some of our needs, we tweaked nova-translatable to make it work with [dimsav/laravel-translatable](https://github.com/dimsav/laravel-translatable) instead of [spatie/laravel-translatable](https://github.com/spatie/laravel-translatable). Then we took some time to improve our fork so it...
Unable to attach the image with the Trix editor. Cannot call Laravel Nova Trix editor's `->withFiles` method.