chore(i18n): move some plural strings to json (#9463)

* move two strings to json so they have good culture aware plurals
* move formatting tags out of the strings
* simplify keys
* add basic testing

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9463
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
0ko 2025-09-29 09:27:50 +02:00
parent b470c6c454
commit 16e66254c6
64 changed files with 285 additions and 157 deletions

View file

@ -115,5 +115,13 @@
"migrate.gitbucket.description": "Migrar datos de instancias de GitBucket.",
"migrate.codebase.description": "Migrar datos desde codebasehq.com.",
"migrate.forgejo.description": "Migrar datos desde codeberg.org u otras instancias de Forgejo.",
"moderation.abuse_category.spam": "Spam"
"moderation.abuse_category.spam": "Spam",
"pulse.n_active_issues": {
"one": "%s incidencia activa",
"other": "%s incidencias activas"
},
"pulse.n_active_prs": {
"one": "%s pull request activa",
"other": "%s pull requests activas"
}
}