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
{{ message }}
This repository was archived by the owner on Oct 17, 2020. It is now read-only.
We must provide a way to configure the ResourceBundle of the OSGi bundle when creating JAR files from the bundler.
The configuration property will be at create-jar/features/localization and will point to a .properties file in the project (but excluding the the .properties suffix).
The default location is features/localization/Language and, if it exists, there's no need to declare it in .npmbundlerrc as it will be autodetected.
The properties must follow the standard defined by Liferay localization feature (i.e. standard Java locale files).