As comments here in the block surrounded by brackets:
https://github.com/audacity/audacity/blob/master/src/Menus.cpp#L335

{
auto lang = gPrefs->Read(wxT("/Locale/Language"), wxT(""));
if (lang.empty() || lang.Left(2) == wxT("en"))
// PRL: last-minute improved message for 2.2.1 RC1, English only.
c->BeginSubMenu( _("&Export") );
else
// This string was already in catalogs for 2.2.0
// So the translation may still replace "Save Other"
// But translation will have no accelerator.
c->BeginSubMenu( _("Export") );
}


This is a last-minute improvement here, so maybe it is not a problem?

#: src/export/ExportCL.cpp src/export/ExportMultiple.cpp
msgid "Export"
msgstr "导出"

The actual result shows that the menu item is using that translation shown
before.

Maybe next version of Audacity 2.2.1 pot file will add msgid "&Export"?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Audacity-translation mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-translation

Reply via email to