Thymeleaf doesn't render variables within messages in some locales
问题 I have a text for a key in my messages.properties file with variables in it: some.key=You'll need to pay {0} {1} in order to continue. and I have it in both locales that my application supports: messages.properties for English, and messages_tr.properties for Turkish (the default Locale ). So this works when I render the page with Turkish locale: and I get: Some Turkish words 10 USD some other Turkish words. So, {0} {1} gets replaced with the amount and currency. But it doesn't when I render