Closed keizah7 closed 1 year ago
Please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
We don't support the usage you mention above. It can either be string|array<string, string>
.
Description:
Translations not working if I loading multiple
json
filesI can see in source code, that translations is merged into array, but it doesn't work.
Code snippets below works
or
I am separating vendor translations with personal, so I need pass multiple translation files.
How to pass multiple files without manually getting and merging it? I think passing an
array
toNova::translations
method should be default functionality