1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 14:35:32 +01:00

Re-adding localized menu labels for effects

If you can believe it, this whole big mess is
just to get localized effect labels back into
the menus.

I sure wish I'd had a little bit more time to
finish up all of the effects.  It sure would 
be a lot cleaner (code wise).
This commit is contained in:
lllucius
2014-12-15 21:54:23 +00:00
parent 431166561e
commit 16ca4f17eb
58 changed files with 292 additions and 153 deletions

View File

@@ -37,7 +37,7 @@ class EffectToneGen : public BlockGenerator {
EffectToneGen & EnableForChirps(){mbChirp=true;return *this;};
virtual wxString GetEffectName() {
return wxString(mbChirp? _("Chirp..."):_("Tone..."));
return wxString(mbChirp? wxTRANSLATE("Chirp..."):wxTRANSLATE("Tone..."));
}
virtual std::set<wxString> GetEffectCategories() {