From 6f6aafe40a55698c7e4a65a7a7909c1daa3706e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 29 Apr 2025 17:06:44 +0200 Subject: [PATCH] providing_live_templates.md: cleanup old "since..." note --- topics/tutorials/live_templates/providing_live_templates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/tutorials/live_templates/providing_live_templates.md b/topics/tutorials/live_templates/providing_live_templates.md index f7681fae3..034973e6b 100644 --- a/topics/tutorials/live_templates/providing_live_templates.md +++ b/topics/tutorials/live_templates/providing_live_templates.md @@ -61,7 +61,8 @@ The export produces a file called Markdown.xml with the following c ``` -> To [localize](providing_translations.md) the description, instead of the `description` attribute, use `key` and `resource-bundle` attributes pointing to a key in a [message bundle](internationalization.md#message-bundles) (code insight is available in 2020.3 and later). +> To [localize](providing_translations.md) the description, instead of the `description` attribute, use `key` and `resource-bundle` attributes pointing to a key +> in a [message bundle](internationalization.md#message-bundles). > A quick fix to extract the localized key is available since 2024.2. Copy this file into the [plugin's resources folder](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates).