From 2951d3926cc8926e97aa561fadcca3d5412eee4f Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Tue, 18 Feb 2025 21:48:25 +1300 Subject: [PATCH] Update git hooks --- .cargo-husky/hooks/pre-commit | 14 +------------- .../translations/en/rog-control-center.po | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.cargo-husky/hooks/pre-commit b/.cargo-husky/hooks/pre-commit index 53501d50..baed3cf7 100755 --- a/.cargo-husky/hooks/pre-commit +++ b/.cargo-husky/hooks/pre-commit @@ -1,18 +1,6 @@ #!/bin/sh - set -e -echo 'find -name \*.slint | xargs slint-tr-extractor -o rog-control-center/translations/en/rog-control-center.po' -find -name \*.slint | xargs slint-tr-extractor -o rog-control-center/translations/en/rog-control-center.po - echo '+cargo +nightly fmt --all -- --check' cargo +nightly fmt --all -- --check - -echo '+cargo clippy --all -- -D warnings' -cargo clippy --all -- -D warnings - -echo '+cargo test --all' -cargo test --all -- --test-threads=1 - -echo '+cargo cranky' -cargo cranky +git add -u diff --git a/rog-control-center/translations/en/rog-control-center.po b/rog-control-center/translations/en/rog-control-center.po index b410d76a..681ae4fa 100644 --- a/rog-control-center/translations/en/rog-control-center.po +++ b/rog-control-center/translations/en/rog-control-center.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-02-15 22:50+0000\n" +"POT-Creation-Date: 2025-02-18 08:53+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"