psethwick / plover_console_ui

Text User Interface plugin for Plover
GNU General Public License v3.0
20 stars 2 forks source link

Only add translations to enabled dictionaries #31

Closed dnaq closed 2 years ago

dnaq commented 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:

1. foo.json DISABLED
2. user.json ENABLED
3. main.json ENABLED

Whereas the new behaviour will add the entry to main.json instead.