ProteoWizard / pwiz

The ProteoWizard Library is a set of software libraries and tools for rapid development of mass spectrometry and proteomic data analysis software.
http://proteowizard.sourceforge.net/
Apache License 2.0
210 stars 97 forks source link

Ensure that localized .resx files have same entries as English .resx files #3043

Closed nickshulman closed 3 weeks ago

nickshulman commented 3 weeks ago

Ran the localization tool with "--overrideAll" flag which ensures that the "ja" and "zh-CHS" resx files have all of the same entries as the English .resx file. The previous version would avoid adding new entries to a localized .resx file if the localized string was the same as the english string, and the entry was not already present in the localized resx file.