Skip to content

Commit

Permalink
👷 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
punkstarman committed Mar 1, 2025
1 parent bf623c4 commit 4fcdf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: target/public/fr.html
cynefin-eu-field-guide.pot: en.adoc
po4a-gettextize -f asciidoc -m $< --master-charset "UTF-8" --po $@

target/fr.adoc: fr_FR.po cynefin-eu-field-guide.pot en.adoc
target/fr.adoc: fr_FR.po en.adoc
po4a-translate --format asciidoc \
--master en.adoc --master-charset "UTF-8" \
--po fr_FR.po \
Expand Down

0 comments on commit 4fcdf52

Please sign in to comment.