Jump to content

@LangKey for @Comment


Akxe

Recommended Posts

I have looked on unrelased documentation of @config (https://github.com/MinecraftForge/Documentation/pull/130) and found @LangKey as way to translate name to client's language, but I haven't found a way to do this for theirs comments.

 

@LangKey("config.modid.common.enabled.name")
@Comment("config.modid.common.enabled.decs")
public static boolean enabled = true;

 

This will produce correct name, but won't translate the @Comment.

Link to comment
Share on other sites

You mean the tooltip? Because there's no way to translate comments...

Then 

config.modid.common.enabled.name.tooltip

will work. Just put the appropriate tooltip for the key in the lang file.

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.