mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-19 17:01:12 +00:00
Initial support for localization and pluralization with go-i18n-JSON-v2 format
This commit is contained in:
parent
376a2e19ea
commit
a2787bb09e
61 changed files with 1317 additions and 51 deletions
17
options/locale_next/locale_en-US.json
Normal file
17
options/locale_next/locale_en-US.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"repo": {
|
||||
"pulls": {
|
||||
"merged_title_desc": {
|
||||
"one": "merged %[1]d commit from <code>%[2]s</code> into <code>%[3]s</code> %[4]s",
|
||||
"other": "merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s"
|
||||
},
|
||||
"title_desc": {
|
||||
"one": "wants to merge %[1]d commit from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>",
|
||||
"other": "wants to merge %[1]d commits from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"milestone_kind": "Search milestones..."
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue