Note: This repository does not accept pull requests.
Fork of sonatype/goodies (Apache License 2.0) with additional features.
This project is based on sonatype/goodies, Copyright (c) 2010-present Sonatype, Inc. The original project is licensed under the Apache License, Version 2.0.
Added support for explicit Locale in I18N:
I18N.of(Locale locale, Class<?>... types)— createMessageSourcefor specific localeI18N.create(Class<T> type, Locale locale)— createMessageBundleproxy for specific locale
This allows locale-aware message resolution without mutating the default Locale.
This project is licensed under the Apache License, Version 2.0.