just: remove translate-templates

This commit is contained in:
Vincent Breitmoser
2025-09-30 23:28:33 +02:00
parent 355b301c67
commit 8fe1810cea

View File

@@ -213,10 +213,6 @@ clean-translations:
&& sqlite3 {{ SQLITE_DB_FILE_PATH }} \ && sqlite3 {{ SQLITE_DB_FILE_PATH }} \
|| echo "sqlite3 command has not been found. Please, install it using system's package manager or refer to documentation https://sqlite.org/cli.html for installation." >&2 || echo "sqlite3 command has not been found. Please, install it using system's package manager or refer to documentation https://sqlite.org/cli.html for installation." >&2
# Translate *.hbs templates of web pages
[group('translation')]
translate-templates:
./make-translated-templates
# Upgrade Rust to a given version, by default current stable Rust version is used # Upgrade Rust to a given version, by default current stable Rust version is used
[group('housekeeping')] [group('housekeeping')]