JeffBeltran / sanctum-tokens

Simple Nova Plugin to generate a Laravel Sanctum Personal Access Token
https://novapackages.com/packages/jeffbeltran/sanctum-tokens
51 stars 25 forks source link

Translation files location #76

Closed vpratfr closed 1 year ago

vpratfr commented 1 year ago

With Laravel 9, translation files are now by default located outside of the resources directory, directly under the project root folder.

If we move the published translation file to that location, then the strings do not appear translated.

Additionally, it would be nice to publish the translation file there instead of resources/lang.

JeffBeltran commented 1 year ago

thanks @vpratfr not sure when i'll get to this but i'll add it to my list. In the mean time if you want to take a stab at this feel free to open a PR

hettiger commented 1 year ago

I fixed this with https://github.com/JeffBeltran/sanctum-tokens/pull/86

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.0.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: