providing_translations.md: Add information about DynamicBundle being required for message bundles

This commit is contained in:
Karol Lewandowski 2024-04-19 13:43:24 +02:00
parent 34089fc101
commit c29a3a4ceb

View File

@ -86,8 +86,8 @@ 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)<p>(<path>*.properties</path> files)</p> | Yes | Since 2024.1 |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|------------------------------------------------------------------------------------------|
| [Message bundles](internationalization.md#message-bundles)<p>(<path>*.properties</path> files)</p> | Yes | Since 2024.1<p>_Use [`DynamicBundle`](internationalization.md#message-bundle-class)_</p> |
| [Inspection descriptions](code_inspections.md#inspection-description)<p>(<path>*.html</path> files in <path>/inspectionDescriptions</path> directory)</p> | Yes | Since 2024.1 |
| [Intention descriptions](code_intentions.md#about-intention-actions)<p>(<path>*.html</path> files in <path>/intentionDescriptions</path> directory)</p> | Yes | Since 2024.1 |
| [Searchable options](tools_intellij_platform_gradle_plugin_tasks.md#buildSearchableOptions)<p>(<path>*.xml</path> file in <path>/search</path>)</p> | Yes | 2024.2 (planned) |