Skip to content

Question: Translationplugin loading order #142

Description

@gvisbeen

In laravel the language files are loaded before the route files, making using the translation files possible in the route paths. Trying the same with the route files in modules revealed that when loading the routes the module language files had not been loaded yet, resulting in unknown routes. I've written a workaround preloading all the translation files named route.php from every module and merging them. It would make more sense if changing the loading order was possible. Is there a solution that lets you do this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions