From b0c4ecb287af7a4a0f43830c06f1922fc330275c Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Wed, 25 Jan 2023 16:40:38 +0100 Subject: [PATCH] Update 'Translation' --- Translation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Translation.md b/Translation.md index e9da78a..48dc3d8 100644 --- a/Translation.md +++ b/Translation.md @@ -19,7 +19,7 @@ no: Language codes can use any format you want. So you could use "en", "en-US", "English" or whatever else. Just make sure to be consistent to avoid confusing your users. If a strings.yml file is found in the plugin folder, any translations in that will take precedence over the values set in your plugin, which allows full customization by the end-user. Color and formatting codes in translated messages will be automatically converted into formatted text. This behavior can be tweaked using `translator.setColorConversion`. -To create your translatable messages, create a class extending `TranslatableMessage` like so: +To create your translatable messages, create a an enum extending `TranslatableMessage` like so: ```java public enum MyTranslatableMessage implements TranslatableMessage { TRANSLATABLE_STRING_1,