mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-19 01:05: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_ko-KR.json
Normal file
12
options/locale_next/locale_ko-KR.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"repo": {
|
||||
"pulls": {
|
||||
"merged_title_desc": {
|
||||
"other": "님이 <code>%[2]s</code> 에서 <code>%[3]s</code> 로 %[1]d 커밋을 %[4]s 병합함"
|
||||
},
|
||||
"title_desc": {
|
||||
"other": "<code>%[2]s</code> 에서 <code id=\"%[4]s\">%[3]s</code> 로 %[1]d개의 커밋들을 병합하려함"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue