From 90439bc9e8e009880d5163c8e2b437c7e98e9146 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 9 Dec 2024 19:19:31 +0100 Subject: [PATCH] basic_action_system.md: Link message bundles --- topics/basics/basic_action_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/basic_action_system.md b/topics/basics/basic_action_system.md index 46d4d141d..fd3f21f66 100644 --- a/topics/basics/basic_action_system.md +++ b/topics/basics/basic_action_system.md @@ -239,7 +239,7 @@ To exclude a group from appearing in Help | Find Action resul > Hard-coding presentation in the `AnAction` constructor is discouraged, use inspection Plugin DevKit | Code | Eager creation of action presentation (2023.3) to highlight such problems. -Action and group localization use resource bundles containing property files named \$NAME\$Bundle.properties, each file consisting of `key=value` pairs. +Action and group localization use [resource bundles](internationalization.md#message-bundles) containing property files named \$NAME\$Bundle.properties, each file consisting of `key=value` pairs. The [`action_basics`](%gh-sdk-samples-master%/action_basics) plugin demonstrates using a resource bundle to localize the group and action entries added to the Editor Popup Menu. When localizing actions and groups, the `text` and `description` attributes are not declared in plugin.xml.