From a173525efc441bf2f53805a21c12a80c50c068dc Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 28 Mar 2026 14:28:27 +0100 Subject: [PATCH] rest --- .github/dependabot.yml | 10 ---------- .github/workflows/translations-pull.yml | 1 - .husky/pre-commit | 7 ------- .tx/config | 8 -------- Doxyfile | 3 +-- README.md | 2 +- 6 files changed, 2 insertions(+), 29 deletions(-) delete mode 100755 .husky/pre-commit diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc25af67f..017513533 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,13 +36,3 @@ updates: interval: "weekly" # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) open-pull-requests-limit: 2 - - # # Enable version updates for npm - # - package-ecosystem: "npm" - # # Look for `package.json` and `lock` files in the `webclient` subdirectory - # directory: "/webclient" - # # Check the npm registry for updates once a week - # schedule: - # interval: "weekly" - # # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) - # open-pull-requests-limit: 5 diff --git a/.github/workflows/translations-pull.yml b/.github/workflows/translations-pull.yml index ed61e3b19..776c20071 100644 --- a/.github/workflows/translations-pull.yml +++ b/.github/workflows/translations-pull.yml @@ -38,7 +38,6 @@ jobs: add-paths: | cockatrice/translations/*.ts oracle/translations/*.ts - webclient/public/locales/*/translation.json commit-message: Update translation files # author is the owner of the commit author: github-actions diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 369435d6b..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -cd webclient -npm run translate - -git add src/i18n-default.json diff --git a/.tx/config b/.tx/config index 9bc5ce950..8174a4dfd 100644 --- a/.tx/config +++ b/.tx/config @@ -16,11 +16,3 @@ source_file = oracle/oracle_en@source.ts file_filter = oracle/translations/oracle_.ts type = QT minimum_perc = 10 - -[o:cockatrice:p:cockatrice:r:webclient-src-i18n-default-json--master] -resource_name = Webclient -source_lang = en -source_file = webclient/src/i18n-default.json -file_filter = webclient/public/locales//translation.json -type = KEYVALUEJSON -minimum_perc = 10 diff --git a/Doxyfile b/Doxyfile index 0f2642fd8..04992052b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1070,8 +1070,7 @@ EXCLUDE = build/ \ cmake/ \ doc/doxygen/theme/docs/ \ doc/doxygen/theme/include/ \ - vcpkg/ \ - webclient/ + vcpkg/ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded diff --git a/README.md b/README.md index cc292afab..9f605897a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Related | Community | Contribute | - Build | + Build | Run