1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-25 22:06:12 +02:00

Add plural definitions for German translations (#21802)

Previously, there were discussions on how to write certain plurals.
So, we explicitly document the special plurals to end the discussion.
This commit is contained in:
delvh 2022-11-13 17:58:21 +01:00 committed by GitHub
parent 0ace4cee33
commit 8ce2dd588a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,15 +45,15 @@ Beispiel: Wenn der Button mit `löschen` beschriftet ist, sollte im Modal die Fr
## Artikeldefinitionen für Anglizismen
* _Der_ Commit (m.)
* _Der_ Branch (m.)
* _Der_ Branch (m.), plural: die Branches
* _Das_ Issue (n.)
* _Der_ Fork (m.)
* _Das_ Repository (n.)
* _Das_ Repository (n.), plural: die Repositories
* _Der_ Pull-Request (m.)
* _Der_ Token (m.)
* _Der_ Token (m.), plural: die Token
* _Das_ Review (n.)
* _Der_ Key (m.)
* _Der_ Committer (m.)
* _Der_ Committer (m.), plural: die Committer
## Weiterführende Links