fun get(translatable: ITranslatable, locale: Locale): String?
Overrides ITranslationSupplier.get
Returns the translation for the given translatable for the given locale or null if it does not have any.
Return
The translation or null if no translation was found.