You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add filter for ampersands in PO strings on macOS. (issue #1352, PR #1354)
This fixes broken translation on Mac.
Swell doesn't support keyboard mnemonics for controls indicated by '&'.
To deal with this, we read and filter the po file into a string and pass an istringstream to tinygettext.
We then add entries to the translation dictionary with the '&' chars stripped.
This change also adds "Deutsch" to the langpack aliases because that is the name of the German translation linked from https://www.reaper.fm/langpack/
0 commit comments