PY-40431 Exclude West JComponent form positioning from i18n

GitOrigin-RevId: b83385871ff7b463cd751bd28bdcb0af5aad77a9
This commit is contained in:
Anton Bragin
2020-02-19 16:45:39 +03:00
committed by intellij-monorepo-bot
parent d775a4c5dc
commit 3cf0884efe
3 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
<grid row="0" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<labelLocation value="West"/>
<labelLocation value="West" noi18n="true"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.environment_variables"/>
</properties>
</component>
@@ -109,7 +109,7 @@
<grid row="6" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<labelLocation value="West"/>
<labelLocation value="West" noi18n="true"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.path.mappings"/>
</properties>
</component>