Sort files for make update-pot

This commit is contained in:
3wc
2025-08-27 13:00:40 -04:00
parent cb310c56b5
commit d3d3358a79
2 changed files with 119 additions and 99 deletions

View File

@ -81,7 +81,7 @@ update-pot:
--keyword=i18n.G \
--sort-output \
--add-comments-tag="translators" \
$$(find . -name "*.go" -not -path "*vendor*")
$$(find . -name "*.go" -not -path "*vendor*" | sort)
.PHONY: update-pot-po-metadata
update-pot-po-metadata: