IDEA-CR-59874: PY-40431 i18n for Python Console tool window

Change default resource bundle for `pycharm-community-customization`, so it will find i18n for Python Console tool window

GitOrigin-RevId: 19fad8a949c03858c2d87d247018fa94352ddb8c
This commit is contained in:
Elizaveta Shashkova
2020-03-12 11:18:32 +03:00
committed by intellij-monorepo-bot
parent 4f7ea8139f
commit 705d1aa5bf
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<idea-plugin>
<resource-bundle>messages.PyBundle</resource-bundle>
<project-components>
<component>
@@ -69,7 +70,7 @@
<directoryIndexExcludePolicy implementation="com.jetbrains.python.PyDirectoryIndexExcludePolicy"/>
</extensions>
<actions>
<actions resource-bundle="messages.ActionsBundle">
<action id="PySwitchSdkAction" class="com.jetbrains.python.configuration.PySwitchSdkAction"/>
<action id="NewDirectoryProject" class="com.jetbrains.python.newProject.PyCharmNewProjectAction">
<add-to-group group-id="NewProjectOrModuleGroup"/>

View File

@@ -1555,3 +1555,4 @@ python.requirements.balloon=Sync Python requirements
python.requirements.file.empty=Requirements file is empty
toolwindow.stripe.SciView=SciView
toolwindow.stripe.Python_Console=Python Console