A localization service for SpongePowered plugins

1.6

Release

DosMike released this version on Nov 30, 2019

60.6 KB
Download
  • New feature Localized::orLiteral - does not require the path to actually be a path and will use the path as raw translation instead. Useful for allowing custom text in configuration, where the config value may not be a translation path.
  • Internal usage of Spannables. Since Text does a really bad job at stacking formats and text-replacement I designed this after Android Spannables. Usable like Strings (implements CharSequence) and convertable from/to Sponge Text

Dependencies