Java Properties Format
Format
Simpleen supports the localization of Java Properties Files.
# Properties data, comments are stored unaltered
key=string to translate
key2=more to translate
By default all strings are getting translated. The input should be encoded as utf-8.
The following data types are not getting translated. They are getting returned in the result unaltered:
- numbers (1.5, 10)
- null
- boolean (false, true)