mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Make effect family names translatable and add i18n-hint comments
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
class LabelTrack;
|
||||
|
||||
#define VAMPEFFECTS_VERSION wxT("1.0.0.0")
|
||||
#define VAMPEFFECTS_FAMILY wxT("Vamp")
|
||||
/* i18n-hint: Vamp is the porper name of a software protocol for sound analysis.
|
||||
It is not an abbreviation for anything. see http://vamp-plugins.org */
|
||||
#define VAMPEFFECTS_FAMILY XO("Vamp")
|
||||
|
||||
class VampEffect final : public Effect
|
||||
{
|
||||
|
Reference in New Issue
Block a user