alaz/scala-i18n

Can .properties files be supported?

Closed this issue · 2 comments

We're using Smartling as a translation service and the messages.txt file format for this is not supported. They do however support standard Java .properties files.

alaz commented

Why would you need an extra library for Java "properties" files? Do you feel Java's ResourceBundle API is insufficient?

Thanks @alaz, Java (or even Scala) isn't really my forte.
Our code just uses messages.txt, as per the readme.
That does look like it's what we need.