mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
internationalization.md: fix link
This commit is contained in:
parent
8c70fd5696
commit
27c3b31325
@ -63,7 +63,7 @@ At best, this will add unnecessary work for translators, but it is also quite po
|
||||
|
||||
All NLS strings from a module should be added to a <path>*.properties</path> file.
|
||||
A standard location of message files in JAR is <path>/messages/\*.properties</path>.
|
||||
In [Gradle-based plugin](developing_plugins.md#gradle-intellij-plugin) project sources, message files are located in <path>\$MODULE_ROOT\$/src/main/resources/messages/\*.properties</path>.
|
||||
In [Gradle-based plugin](developing_plugins.md#gradle-plugin) project sources, message files are located in <path>\$MODULE_ROOT\$/src/main/resources/messages/\*.properties</path>.
|
||||
|
||||
> A standard convention for naming message bundle properties file is <path>*Bundle.properties</path>.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user