ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.81k stars 2.42k forks source link

Can not open .resx file #3407

Closed WangHan2014 closed 2 months ago

WangHan2014 commented 2 months ago

Issue details

I can't open .resx file,unless use xml editor.

Version

lastest

when i use vs2022 and try to translate some strings,it cause:

image

The VS say Items with the same key have been added,how to resolve it.It's very uncomfortable to use a xml editor :-(

EosBandi commented 2 months ago

This is a VS Error. User right Click Open With -> Managed Resource Editor (Legacy)

WangHan2014 commented 2 months ago

OK