Skip to content
New issue

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

[Bug]: Language files in Subfolders not suggested #196

Closed
LaurinStapf opened this issue Jan 14, 2025 · 2 comments
Closed

[Bug]: Language files in Subfolders not suggested #196

LaurinStapf opened this issue Jan 14, 2025 · 2 comments
Assignees
Labels

Comments

@LaurinStapf
Copy link

Extension Version

0.1.17

PHP Binary

Herd

Operating System

Windows

What happened?

When using the extension, I noticed that there are no suggestions for language files in subfolders.
I have projects where the lang folder contains additional subfolders with language files, but these are not being suggested.

Example of the folder structure:

lang/en/lang.php --> Is suggested
lang/en/subfolder/module.php --> Is not suggested

Mimimal Code Sample

<!DOCTYPE html>
<html>
<head>
    <title>My Laravel App</title>
</head>
<body>
    <h1>{{ __('lang.test') }}</h1>
    <p>{{ __('subfolder/module.test') }}</p>
</body>
</html>
@does1tmatter
Copy link

same issue #79

@joetannenbaum
Copy link
Collaborator

Closing in favor of #79, we'll track progress there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants