On 04/24/2016 11:11 PM, Miller Puckette wrote: > >> > Aha... in that case my only remaining problem is that I never could fin the > patch you're talking about that fixes po/eu.po,,,
attaching again :-) it's really just disabling the translation for "Font weight not found" in po/eu.po:570 by replacing > msgstr "ADI: " with > msgstr "" mdsa 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
