-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Line 69 in f99a3a4
| public @NotNull Component translate(@NotNull TranslatableComponent component, @Nullable Locale locale) { |
This method should return null if translation doesn't exist, otherwise next registered translator in GlobalTranslator won't work (https://github.com/KyoriPowered/adventure/blob/5256a9c3d6c1eebf91b9fc4fe098893fc24cb062/api/src/main/java/net/kyori/adventure/translation/GlobalTranslatorImpl.java#L100).
Not sure why it's annotated as
@NotNull, as it should be nullable: https://github.com/KyoriPowered/adventure/blob/5256a9c3d6c1eebf91b9fc4fe098893fc24cb062/api/src/main/java/net/kyori/adventure/translation/Translator.java#L113Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels