mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
settings_guide.md: Add a localization tip
This commit is contained in:
parent
2da394b3cc
commit
215f82a6f8
@ -56,6 +56,9 @@ See [](#settings-declaration-attributes) for more information.
|
||||
</extensions>
|
||||
```
|
||||
|
||||
> To [localize](providing_translations.md) the display name, instead of the `displayName` attribute, use `key` and `bundle` attributes pointing to a key in a [message bundle](internationalization.md#message-bundles).
|
||||
> The same applies for [`projectConfigurable`](#declaring-project-settings) extensions.
|
||||
|
||||
### Declaring Project Settings
|
||||
|
||||
The project-level settings are declared using `com.intellij.projectConfigurable` EP.
|
||||
|
Loading…
x
Reference in New Issue
Block a user