providing_live_templates.md: cleanup old "since..." note

This commit is contained in:
Yann Cébron 2025-04-29 17:06:44 +02:00
parent d39949c4ca
commit 6f6aafe40a

View File

@ -61,7 +61,8 @@ The export produces a file called <path>Markdown.xml</path> with the following c
</templateSet> </templateSet>
``` ```
> 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. > 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). Copy this file into the [plugin's resources folder](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates).