LMMS / lmms

Cross-platform music production software
https://lmms.io
GNU General Public License v2.0
7.93k stars 992 forks source link

Centralize abbreviations #3035

Open jasp00 opened 7 years ago

jasp00 commented 7 years ago

We should keep abbreviations in a header and turn instances such as tr( "Amt" ) into ABBR( Amount ). The header would look like:

#define ABBR_Amount "AMT"
#define ABBR( str ) tr( ABBR_ ## str )
Umcaruje commented 7 years ago

I agree on this 100%