-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Feature RequestNew feature or requestNew feature or request
Description
Hi there
Update: the initial question is no longer relevant now that we've changed the title in this issue
But I noticed something strange when dots (.) exist in the translations:
Here's an example json file:
{
"An unknown error occurred.": "Een onbekende fout is opgetreden.",
"Searching...": "Zoeken..."
}
After running vendor/bin/phpunuhi fix:structure it turns this json into something very strange:
{
"An unknown error occurred": {
"": "Een onbekende fout is opgetreden."
},
"Searching": {
"": {
"": {
"": "Zoeken..."
}
}
}
}
It looks like it converts a . character into a new key-value each time, which is kind of unexpected.
Or am I missing some configuration setting somehow?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature RequestNew feature or requestNew feature or request