mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
just: remove translate-templates
This commit is contained in:
4
justfile
4
justfile
@@ -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')]
|
||||||
|
Reference in New Issue
Block a user