Translation in subfolder #49098
Unanswered
StefanoTesla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to organize my translations in subfolders to keep it more organized...
lang\it\seo\file.php
i tried to retrive a string from there in a lot of way:
{{ __(seo.file.string) }}
html render: seo.file.string{{ __(seo\.file.string) }}
html render: seo.file.string{{ __(seo\file.string) }}
php fatal errorarray_replace_recursive(): Argument #2 must be of type array, int given
{{ __(seo/.file.string) }}
html render: seo/.file.string{{ __(seo/file.string) }}
php fatal errorarray_replace_recursive(): Argument #2 must be of type array, int given
Olso using
trans
directive same problem..any advice?Beta Was this translation helpful? Give feedback.
All reactions