mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-19 17:01:12 +00:00
i18n: use ellipsis character (#7154)
- Instead of using `...`, use the unicode character for ellipsis `…`. - According to weblate: Using the Unicode character is in most cases the better approach and looks better rendered, and may sound better with text-to-speech. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7154 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Reviewed-by: Otto <otto@codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
parent
4f027fe95a
commit
eb78c6618b
6 changed files with 22 additions and 22 deletions
|
@ -12,6 +12,6 @@
|
|||
"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...",
|
||||
"search.milestone_kind": "Search milestones…",
|
||||
"incorrect_root_url": "This Forgejo instance is configured to be served on \"%s\". You are currently viewing Forgejo through a different URL, which may cause parts of the application to break. The canonical URL is controlled by Forgejo admins via the ROOT_URL setting in the app.ini."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue