You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n is configured using application.languages setting in conf/application.properties and then having messages.properties with default language messages and one messages_<LANG>.properties file for each additional language configured.
However, it seems Pippo requires messages_<LANG>.properties even for default language. This can be seen when running pippo-demo-servlet which on startup prints:
13:49:00 [main] ERROR ro.pippo.core.Messages - Could not locate the 'en' messages resource 'conf/messages_en.properties' specified in 'application.languages'.
The text was updated successfully, but these errors were encountered:
gkresic
added a commit
to gkresic/muddy-waters
that referenced
this issue
Feb 6, 2023
Per documentation at
http://www.pippo.ro/doc/internationalization.html
i18n is configured using
application.languages
setting inconf/application.properties
and then havingmessages.properties
with default language messages and onemessages_<LANG>.properties
file for each additional language configured.However, it seems Pippo requires
messages_<LANG>.properties
even for default language. This can be seen when runningpippo-demo-servlet
which on startup prints:The text was updated successfully, but these errors were encountered: