mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
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:
committed by
intellij-monorepo-bot
parent
4f7ea8139f
commit
705d1aa5bf
@@ -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"/>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user