We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0
Local PHP
Linux
When translation files are stored within a subfolder, the extension marks all keys as not found.
Ex.- Translation file at lang/en/admin/users.php:
lang/en/admin/users.php
return [ 'h1' => 'Your users', ];
__('admin/users.h1'); // Translation [admin/users.h1] not found.Laravel Extension(translation)
The text was updated successfully, but these errors were encountered:
#314
Sorry, something went wrong.
joetannenbaum
Successfully merging a pull request may close this issue.
Extension Version
1.0.0
PHP Binary
Local PHP
Operating System
Linux
What happened?
When translation files are stored within a subfolder, the extension marks all keys as not found.
Ex.-
Translation file at
lang/en/admin/users.php
:Mimimal Code Sample
The text was updated successfully, but these errors were encountered: