Spanish translation breaks my application

I followed the simple instructions here. I copied the folder in my modules.

I’m getting these errors.

log.txt (20.4 KB)

Are these empty spaces in the global messages property breaking?

strange… having this empty document here causes the issue it seems

image

Thank you for reporting the problem. We have created a GitHub issue.

Regards,
Elena

@eparamo, yes, the problem related to this properties. They should not be empty and should have correct keys (without “com.haulmont.cuba/” or “com.haulmont.cuba.core/”):

dateFormat = dd/MM/yyyy
dateTimeFormat = dd/MM/yyyy
decimalFormat = #,##0.##
doubleFormat = #,##0.###
falseString = False
integerFormat = #,##0
numberDecimalSeparator = .
numberGroupingSeparator = ,
timeFormat = HH:mm
trueString = True

messages.properties in com.haulmont.cuba package replaces original file from cuba-global module with properties listed above and must contain them.

The problem has been fixed for spanish translation.

Regards,
Dmitry