Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Framework Request] java thymleaf #1116

Open
hhfrancois opened this issue Mar 29, 2024 · 0 comments
Open

[Framework Request] java thymleaf #1116

hhfrancois opened this issue Mar 29, 2024 · 0 comments

Comments

@hhfrancois
Copy link

What framework do you want to have? Please provide links of its i18n solution/package.

files path and format

./src/main/resources/messages_${locale}.properties

Please provide some overall screenshots about how the i18n usage would be like

<h1 class="h3 mb-3 fw-normal" th:text="#{sign_up.create_an_account}"></h1>

Please provide a minimal starter project

# messages.properties (fallback)
sign_up.create_an_account=Create an account
# messages_en.properties
sign_up.create_an_account=Create an account
# messages_fr.properties (fallback)
sign_up.create_an_account=Créer un compte

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant