feat: restore locale level translations for other packages (fixes #41)

This is only a partial fix though, it basically restores the old behavior as a default. That doesn't help though with flipping the definitions to get stuff out of the UI Locale file though. So that'll have to come next for allowing wildcard resolutions to be done from the game(?) or maybe locale extension files?
This commit is contained in:
Brendan Hagan
2022-08-02 21:10:19 -04:00
parent d72c7ff7e6
commit e0d9e84740
5 changed files with 45 additions and 17 deletions
+2
View File
@@ -6,6 +6,8 @@ HEAD: new items added as changes are made
------------------------------------------------------------------------------
Features:
* Restore reading of package translations from top level locale file. (haganbmj#43)
* Bundle other locale files, provide English translations as fallback rather than just using the key name.
Bug fixes: