1
0
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:
Paul Licameli
2018-04-10 21:51:16 -04:00
parent 2c19e8f81e
commit d9606e8cdf
9 changed files with 24 additions and 10 deletions

View File

@@ -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
{