Make Tags and TimeLog optional features that can be switched on/off in Settings (enabled by default)
All checks were successful
CI / test (push) Successful in 4m31s
Lint / test (push) Successful in 1m2s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2025-11-21 08:50:06 +11:00
parent f9ee150a23
commit 3e91f158c3
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
8 changed files with 49 additions and 18 deletions

View file

@ -238,5 +238,7 @@
"export_csv_error_message": "Could not write CSV file:\n{error}",
"export_pdf": "Export PDF",
"export_pdf_error_title": "PDF export failed",
"export_pdf_error_message": "Could not write PDF file:\n{error}"
"export_pdf_error_message": "Could not write PDF file:\n{error}",
"enable_tags_feature": "Enable Tags",
"enable_time_log_feature": "Enable Time Logging"
}