diff --git a/topics/reference_guide/localization/providing_translations.md b/topics/reference_guide/localization/providing_translations.md index 3986fe57d..26f86ee70 100644 --- a/topics/reference_guide/localization/providing_translations.md +++ b/topics/reference_guide/localization/providing_translations.md @@ -85,15 +85,15 @@ No additional actions like registering EPs are needed. The following table contains the possible translated elements and information about their support in language packs and IDE/plugins. -| Element | Language Pack | Bundled Translations | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------------------| -| [Message bundles](internationalization.md#message-bundles)

(*.properties files)

| Yes | Since 2024.1 | -| [Inspection descriptions](code_inspections.md#inspection-description)

(*.html files in /inspectionDescriptions directory)

| Yes | Since 2024.1 | -| [Intention descriptions](code_intentions.md#about-intention-actions)

(*.html files in /intentionDescriptions directory)

| Yes | Since 2024.1 | -| [Searchable options](tools_intellij_platform_gradle_plugin_tasks.md#buildSearchableOptions)

(*.xml file in /search)

| Yes | 2024.2 (planned) | -| [File template descriptions](providing_file_templates.md#creating-file-template-description)

(*.html files in the /fileTemplates directory)

| Yes | 2024.2 (planned) | -| [Postfix template descriptions](postfix_templates.md#postfix-template-description)

(*.xml file in /postfixTemplates directory)

| Yes | 2024.2 (planned) | -| Tips of the day

*.html files in tips directory

| Yes | 2024.2 (planned) | +| Element | Language Pack | Bundled Translations | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|------------------------------------------------------------------------------------------| +| [Message bundles](internationalization.md#message-bundles)

(*.properties files)

| Yes | Since 2024.1

_Use [`DynamicBundle`](internationalization.md#message-bundle-class)_

| +| [Inspection descriptions](code_inspections.md#inspection-description)

(*.html files in /inspectionDescriptions directory)

| Yes | Since 2024.1 | +| [Intention descriptions](code_intentions.md#about-intention-actions)

(*.html files in /intentionDescriptions directory)

| Yes | Since 2024.1 | +| [Searchable options](tools_intellij_platform_gradle_plugin_tasks.md#buildSearchableOptions)

(*.xml file in /search)

| Yes | 2024.2 (planned) | +| [File template descriptions](providing_file_templates.md#creating-file-template-description)

(*.html files in the /fileTemplates directory)

| Yes | 2024.2 (planned) | +| [Postfix template descriptions](postfix_templates.md#postfix-template-description)

(*.xml file in /postfixTemplates directory)

| Yes | 2024.2 (planned) | +| Tips of the day

*.html files in tips directory

| Yes | 2024.2 (planned) | See the [IntelliJ Platform UI Guidelines | Text](https://jetbrains.design/intellij/text/capitalization/) sections for good practices about writing UI texts.