Package velox.gui.utils.localization.translatable
package velox.gui.utils.localization.translatable
-
ClassDescriptionA simple class that accepts any String and implements the
TranslatableComponentinterface.Interface for components which can be used on different locales after creation.Formats to localized text.Creates localized listing from its components with line breaks.You can use this class instead ofLocalizedBundle.getString(String key, Map args)if the given text can be used on several locales at the same time.