mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-20 01:35:55 +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
12
options/locale_next/locale_si-LK.json
Normal file
12
options/locale_next/locale_si-LK.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"repo": {
|
||||
"pulls": {
|
||||
"merged_title_desc": {
|
||||
"other": "මර්ජ්%[1]d සිට <code>%[2]s</code> දක්වා <code>%[3]s</code> %[4]s"
|
||||
},
|
||||
"title_desc": {
|
||||
"other": "%[1]d සිට <code>%[2]s</code> දක්වා <code id=\"%[4]s\">%[3]s</code>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue