diff --git a/topics/reference_guide/localization_guide.md b/topics/reference_guide/localization_guide.md index 63d5bf51c..a9517368e 100644 --- a/topics/reference_guide/localization_guide.md +++ b/topics/reference_guide/localization_guide.md @@ -11,9 +11,9 @@ The purpose of the document is to describe steps necessary to create localized v In regard to localization purpose all the resources (in English) that need to be translated are located in jar files called resources_en.jar. There's one such jar file for IDEA core functionality located at -INSTALL_HOME\lib\resources_en.jar +INSTALL_HOME/lib/resources_en.jar and one jar for each of bundled plugins at -INSTALL_HOME\plugins\$Plugin$\lib\resources_en.jar. +INSTALL_HOME/plugins/$Plugin$/lib/resources_en.jar. Translated resources should be jarred and placed exactly in the same folder original jar comes from. So localization pack should have exactly the same number of jar files, and they have to be laid out in exactly the same way original jars are laid out.