runlinenl / nova-profile-tool

This package adds a tool for Laravel nova to let a user manage their profile data
MIT License
37 stars 40 forks source link

Support internationalization in sidebar #51

Open JVillator0 opened 2 years ago

JVillator0 commented 2 years ago

Currently you have this code for display label in sidebar, so, no opportunity to change this text

https://github.com/runlinenl/nova-profile-tool/blob/f0928b1e538d828d233945b1ccc7d6b2d83b5308/resources/views/navigation.blade.php#L4

In other file you use the correct way for this texts, correct for internationalization. https://github.com/runlinenl/nova-profile-tool/blob/f0928b1e538d828d233945b1ccc7d6b2d83b5308/resources/js/components/Tool.vue#L26

You can change the code in sidebar for the second way?