Skip to content

How to best deal with translations in subfolders #7

@chilio

Description

@chilio

Here is what I do:
'en.auth-message': require('../../../resources/lang/en/auth/message.php'),and thenlang.get('auth-message.translation')which works. However doing this:en.auth/message': require('../../../resources/lang/en/auth/message.php'),and thenlang.get('auth/message.translation') or laravel conventionlang.get('auth.message.translation')` does not translate
Any indeas on how to best deal with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions