mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
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:
parent
b470c6c454
commit
16e66254c6
64 changed files with 285 additions and 157 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue