On 04/23/2016 08:27 PM, Miller Puckette wrote: > To Pd-announce: > > Pd version 0.47-0 test 1 is available on http://msp.ucsd.edu/software.htm > or via git from sourceforge: > git clone git://git.code.sf.net/p/pure-data/pure-data > > I'm still fixing bugs
thank you very much for the upcoming release! however, it seems that with the update of the basque translation an error has crept in, that would prevent the building of the i18n translations, which in turn results in a fails-to-build (for the autotools project, which does build the i18n files) attached you find a fix for this. gmadsr IOhannes
From 777b9107ca22e75d3199af4ad33f205ba2e33461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= <[email protected]> Date: Sun, 24 Apr 2016 20:18:34 +0200 Subject: [PATCH] fixed error with basque translation-file it seems that no translation was done ("ADI" obviously being only the generic "WARNING" prefix), and this msg-string requires two format specifiers ("%s"); since these are missing `msgfmt` errors out) --- po/eu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/eu.po b/po/eu.po index 4cebc1c..bda4dd3 100644 --- a/po/eu.po +++ b/po/eu.po @@ -567,7 +567,7 @@ msgstr "ADI: Letraren familia '%s' aurkiturik ez, (%s) lehenetsi erabiltzen" #: ../src/pd-gui.tcl:278 ../src/pd-gui.tcl:298 #, tcl-format msgid "WARNING: Font weight '%s' not found, using default (%s)" -msgstr "ADI: " +msgstr "" #: ../src/pd-gui.tcl:303 ../src/pd-gui.tcl:323 #, tcl-format -- 2.8.1
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pd-dev mailing list [email protected] https://lists.puredata.info/listinfo/pd-dev
