Skip to content

Commit

Permalink
Use a template keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <[email protected]>
  • Loading branch information
jovandeginste committed Feb 22, 2024
1 parent 23faeef commit ca58246
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 @@ -45,7 +45,7 @@ watch-tw:
npx tailwindcss -i ./main.css -o ./assets/output.css --watch

generate-messages:
xspreak -p ./translations/ -f json --template-prefix "T" -t "views/**/*.html"
xspreak -p ./translations/ -f json --template-keyword "i18n" -t "views/**/*.html"

generate-translations: $(patsubst %,generate-translation-%, $(I18N_LANGUAGES))

Expand Down

0 comments on commit ca58246

Please sign in to comment.