Makefile.gen: add a recipe for pt-br.
authorThérèse Godefroy <godef.th@free.fr>
Sun, 1 Oct 2017 09:11:22 +0000 (11:11 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Wed, 25 Oct 2017 10:07:15 +0000 (12:07 +0200)
Makefile.gen

index f5f9618f55202352c08c48c47f5d2ff5a61708f1..c9066c9d7665fbf021ac4bdfe40b1ba745eb6817 100644 (file)
@@ -21,7 +21,7 @@
 
 
 # In LANG add the code(s) of the language(s) you intend to translate
-LANG=es
+LANG=pt-br
 
 # flags for the po4a-getextize
 PO4A_FLAGS=-M utf-8 -f xhtml --keep 30 -o porefs=none \
@@ -47,7 +47,7 @@ all: $(foreach l,$(LANG),$(foreach f,$(SRC),$l/$f))
 
 # NOTES
 # 1. You can use another recipe as a model, but be careful with global image
-#    localization; make sure that _all_ the images are in the static/LANG/img
+#    localization; make sure that _all_ images are in the static/LANG/img
 #    subdirectory.
 # 2. The following modifications are essential in right to left languages:
 #      sed -i 's|<html|<html dir="rtl"|' $@
@@ -79,6 +79,12 @@ fa/%.html: esd-fa.po $(foreach f,$(SRC),en/$f)
 ja/%.html: esd-ja.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
 
+# pt-br - Brazilian Portuguese
+pt-br/%.html: esd-pt-br.po $(foreach f,$(SRC),en/$f)
+       -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
+       sed -i '/\/donate.png" \/><\/a><\/p>/a\
+       \n<div class="fsf-emphasis"><p>Conheça também a <a\nhref="http://www.fsfla.org/ikiwiki/index.pt.html">FSFLA</a>, organização\nirmã da FSF na América Latina.</p></div>' $@
+
 # sq - Albanian
 sq/%.html: esd-sq.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@