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')]