Closed dnaq closed 2 years ago
This fix makes it so adding translations will add them to the highest priority enabled dictionary instead of the highest priority dictionary.
The previous behaviour would add a new entry to foo.json if the dictionary stack looked like:
foo.json
1. foo.json DISABLED 2. user.json ENABLED 3. main.json ENABLED
Whereas the new behaviour will add the entry to main.json instead.
main.json
This fix makes it so adding translations will add them to the highest priority enabled dictionary instead of the highest priority dictionary.
The previous behaviour would add a new entry to
foo.json
if the dictionary stack looked like:Whereas the new behaviour will add the entry to
main.json
instead.