Translation cleanup (#5370)

* use correct translation key
* de-duplicate translation
This commit is contained in:
Kevin Papst
2025-02-21 20:50:49 +01:00
committed by GitHub
parent 04cb403ea9
commit cce49cc409
52 changed files with 31 additions and 169 deletions

18
UPGRADING-3.md Normal file
View File

@@ -0,0 +1,18 @@
# Upgrading Kimai - Version 3.x
_Make sure to create a backup before you start!_
Read the [updates documentation](https://www.kimai.org/documentation/updates.html) to find out how you can upgrade your Kimai installation to the latest stable release.
Check below if there are more version specific steps required, which need to be executed after the normal update process.
Perform EACH version specific task between your version and the new one, otherwise you risk data inconsistency or a broken installation.
## 3.0
**!! This release requires minimum PHP version 8.4 !!**
### Developer
Removed translations:
- `action.edit`: use `edit` instead
- `my.profile`: use `user_profile` instead