From 8fe1810cea6ddf18718c49e296403d643d4d2bdc Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Tue, 30 Sep 2025 23:28:33 +0200 Subject: [PATCH] just: remove translate-templates --- justfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/justfile b/justfile index 0dddc6b..2c07894 100644 --- a/justfile +++ b/justfile @@ -213,10 +213,6 @@ clean-translations: && 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 -# 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 [group('housekeeping')]