Wrong Locale input stream
chrisrnj opened this issue ยท 1 comments
Describe the bug
The Locale enum has PT_BR value pointing towards "messages_pt_br.properties", but the resource file included in the jar is named "messages_pt_BR.properties". (The same for zh_TW localed). When the plugin checks for the resource in Messages#checkChanges, it can't find an Input Stream with name "messages_pt_br.properties" because it has the wrong name.
To Reproduce
Steps to reproduce the behavior:
- Set locale to pt_BR in config
- Reload
Additional context
You can fix this by simply fixing the enum class Locale.
Yes, I fixed it here already some time ago, if you don't mind using the SQL update: #313
Will probably be merged into the main version soon