kongulov / nova-tab-translatable

This package contains a NovaTabTranslatable class you can use to make any Nova field type translatable with tabs.
MIT License
79 stars 17 forks source link

Update NovaTabTranslatable.php #47

Open maul75 opened 4 months ago

maul75 commented 4 months ago

Add $locales variable to construct method to allow custom locales per field use in nova. In my use case this make sense, to pass different locales languages array on a per user basis to the field component. Maybe it is also useful for others, just a small code change.