You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it moves translations around in these files, leaving some almost empty and others with most of the translations even from other files. This should not happen as I'm using the isolating_router.
Changing the order of the read section changes the outcome a little, but it's still wrong in the same way.
The text was updated successfully, but these errors were encountered:
I have some locale files I want to sort but individually, so every file separately. Therefore, I have the following config in
config/i18n-tasks.yml
:When I execute
it moves translations around in these files, leaving some almost empty and others with most of the translations even from other files. This should not happen as I'm using the
isolating_router
.Changing the order of the
read
section changes the outcome a little, but it's still wrong in the same way.The text was updated successfully, but these errors were encountered: