From 5efa9a2a869f5a165b392507a9392a1aeb7e8d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 3 Apr 2024 10:49:45 +0200 Subject: [PATCH] Live Template: use i18n attributes, update docs --- live_templates/src/main/resources/META-INF/plugin.xml | 2 ++ .../src/main/resources/liveTemplates/Markdown.xml | 10 +++++----- .../main/resources/messages/LiveTemplates.properties | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 live_templates/src/main/resources/messages/LiveTemplates.properties diff --git a/live_templates/src/main/resources/META-INF/plugin.xml b/live_templates/src/main/resources/META-INF/plugin.xml index 33828fc62..7eb46a929 100644 --- a/live_templates/src/main/resources/META-INF/plugin.xml +++ b/live_templates/src/main/resources/META-INF/plugin.xml @@ -32,6 +32,8 @@ IntelliJ Platform SDK + messages.LiveTemplates + - \ No newline at end of file + diff --git a/live_templates/src/main/resources/messages/LiveTemplates.properties b/live_templates/src/main/resources/messages/LiveTemplates.properties new file mode 100644 index 000000000..c95e23be9 --- /dev/null +++ b/live_templates/src/main/resources/messages/LiveTemplates.properties @@ -0,0 +1,2 @@ +live.template.mc.description=SDK: Convert to title case +live.template.{.description=SDK: New link reference