1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 16:15:48 +01:00
Files
audacity/src/effects
Paul Licameli 0fbea5f9ea Fix failure of Nyquist to translate some multiline strings...
... Don't trim leading whitespace from source file lines before passing them
to eval.

So when a string in Lisp code is (_ "like
   this")

(the Lisp reader allows embedded newlines in quoted strings),

then the string extracted to the .pot file by xgettext contains the spaces, and
the string literal seen by our Lisp interpreter will also retain the spaces and
match the msgid in the catalog exactly.
2018-10-29 13:49:14 -04:00
..
2018-10-15 12:54:44 -04:00
2018-10-10 17:28:50 +01:00
2018-10-10 19:46:25 +01:00
2018-10-10 17:28:50 +01:00
2018-10-14 10:42:01 +01:00
2018-07-24 17:09:52 +02:00
2018-10-11 12:04:43 +01:00
2018-10-15 12:59:02 -04:00
2018-10-10 19:46:24 +01:00
2018-10-10 19:46:25 +01:00
2018-10-10 17:28:50 +01:00
2018-10-10 19:46:25 +01:00