Skip to content

Can't build FSharp.Editor: duplicate "Show_Return_Type_Hints" in xlf files #15032

@majocha

Description

@majocha

Show_Return_Type_Hints id in translation files got somehow duplicated and VS complains when trying to build FSharp.Editor.

for example

<trans-unit id="Show_Return_Type_Hints">
<source>Display return type hints (preview)</source>
<target state="translated">显示返回类型提示(预览)</target>
<note />
</trans-unit>
<trans-unit id="Show_Return_Type_Hints">
<source>Display return type hints (preview)</source>
<target state="new">Display return type hints (preview)</target>
<note />
</trans-unit>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions