After the recent cleanup of all translation files they somehow got broken. Although it looks ok in IDE and on Github, but Spark is not showing special characters correctly. It only shows them correctly if i use \uxxxx codes for such characters. But all translations files have been converted to UTF-8 a while ago to avoid using such codes and for a while it was working fine. I have done lots of translations edits since then and it always was ok. Not sure what happened this time.
Thanks. Can you show how exactly your modified Res.java looks?
Ok, i have figured it out and applied your workaround. Looks good with all languages. Thanks a lot!
Also, same workaround should be placed inĀ org.jivesoftware.spark.plugin.flashing > FlashingResources.java, it uses ResourceBundle too
Thanks. Have applied the same fix to Flashing, ROAR, Transfer Guard and Fastpath plugins.
Aleksandr, maybe you have idea about ?