From 6ddfc8224771f2d724bd3645569f7c2baca7eda3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Sun, 19 May 2019 15:52:31 +0200 Subject: [PATCH] tr: reduce the size of the Donate button; untranslated Workshops img; no need for a Turkish css. --- Makefile.gen | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.gen b/Makefile.gen index 1fe55102..54aeb5f4 100644 --- a/Makefile.gen +++ b/Makefile.gen @@ -113,6 +113,7 @@ zh-hans/%.html: esd-zh-hans.po $(foreach f,$(SRC),en/$f) tr/%.html: esd-tr.po $(foreach f,$(SRC),en/$f) -po4a-translate $(PO4A_FLAGS) --keep 0 -m en/$*.html -p $< -l $@ sed -i 's|img/en/|img/tr/|g' $@ - sed -i '/\/css\/main.css/a\ - ' $@ + sed -i 's|img/tr/screenshots/workshop-section1|img/en/screenshots/workshop-section1|' $@ + sed -i '/alt="Bağış"/ i\ + style="width:160px"' $@ -- 2.25.1