Skip to content

vktechdev/sonatype-goodies

 
 

Repository files navigation

Sonatype Goodies (fork)

Note: This repository does not accept pull requests.

Fork of sonatype/goodies (Apache License 2.0) with additional features.

Attribution

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.

Changes

goodies-i18n

Added support for explicit Locale in I18N:

  • I18N.of(Locale locale, Class<?>... types) — create MessageSource for specific locale
  • I18N.create(Class<T> type, Locale locale) — create MessageBundle proxy for specific locale

This allows locale-aware message resolution without mutating the default Locale.

License

This project is licensed under the Apache License, Version 2.0.

About

Sonatype's goodies library fork

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.1%
  • Other 0.9%