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

Ignore dot separated word/acronym #54

Open
wtfz opened this issue Apr 10, 2023 · 0 comments
Open

Ignore dot separated word/acronym #54

wtfz opened this issue Apr 10, 2023 · 0 comments

Comments

@wtfz
Copy link

wtfz commented Apr 10, 2023

Hi. I have encoutered an issue with dot separated word/acronym. For example, @lang('F.A.Q') will generate a F.php file.

/* F.php */

<?php

return [
    'A' => [
        'Q' => '',
    ],
];

Since Laravel use dot syntax to map the language files. How do I ignore this specific word from being outputted as a file?

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

No branches or pull requests

1 participant