diff --git a/Makefile b/Makefile index b5efe9d..4cc4dba 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ all: hugo locales: txt2po --progress=none --duplicates=merge -P -i content/home.fr.md -o pot/home.pot txt2po --progress=none --duplicates=merge -P -i content/faq.fr.md -o pot/faq.pot + txt2po --progress=none --duplicates=merge -P -i content/hall-of-fame.fr.md -o pot/hall-of-fame.pot txt2po --progress=none --duplicates=merge -P -i config/en.toml -o pot/config.pot push-locales: locales