Renovus-Tech / solarec-java

GNU Affero General Public License v3.0
0 stars 1 forks source link

Create translation service por labels and emails content generation #21

Closed pferrariuy closed 3 months ago

pferrariuy commented 10 months ago

Required by issue #6

Generate a translation service capable to receiving a series of elementos and generate the corresponding translated elemento, depending in the Locale received as first parameter. Depending of the label, different parameters might be required to fill the final text, these parameters will be required for the correct translation.

List of elementos that need translation:

pferrariuy commented 10 months ago

Added new properties to application.properties file:

spring.mvc.locale = en
spring.messages.basename = lang/labels
spring.messages.encoding = UTF-8