loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i18n: ensure consistent indent style for next locales (#7205)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7205
Reviewed-by: floss4good <floss4good@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

0ko 534d3ca9 3816db68

+23 -18
+5
.editorconfig
··· 26 26 27 27 [options/locale/locale_*.ini] 28 28 insert_final_newline = false 29 + 30 + # Weblate JSON output defaults to four spaces 31 + [options/locale_next/locale_*.json] 32 + indent_style = space 33 + indent_size = 4
+18 -18
options/locale_next/locale_en-US.json
··· 1 1 { 2 - "home.welcome.no_activity": "No activity", 3 - "home.welcome.activity_hint": "There is nothing in your feed yet. Your actions and activity from repositories that you watch will show up here.", 4 - "home.explore_repos": "Explore repositories", 5 - "home.explore_users": "Explore users", 6 - "home.explore_orgs": "Explore organizations", 7 - "repo.pulls.merged_title_desc": { 8 - "one": "merged %[1]d commit from <code>%[2]s</code> into <code>%[3]s</code> %[4]s", 9 - "other": "merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s" 10 - }, 11 - "repo.pulls.title_desc": { 12 - "one": "wants to merge %[1]d commit from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>", 13 - "other": "wants to merge %[1]d commits from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>" 14 - }, 15 - "search.milestone_kind": "Search milestones…", 16 - "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.", 17 - "themes.names.forgejo-auto": "Forgejo (follow system theme)", 18 - "themes.names.forgejo-light": "Forgejo light", 19 - "themes.names.forgejo-dark": "Forgejo dark" 2 + "home.welcome.no_activity": "No activity", 3 + "home.welcome.activity_hint": "There is nothing in your feed yet. Your actions and activity from repositories that you watch will show up here.", 4 + "home.explore_repos": "Explore repositories", 5 + "home.explore_users": "Explore users", 6 + "home.explore_orgs": "Explore organizations", 7 + "repo.pulls.merged_title_desc": { 8 + "one": "merged %[1]d commit from <code>%[2]s</code> into <code>%[3]s</code> %[4]s", 9 + "other": "merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s" 10 + }, 11 + "repo.pulls.title_desc": { 12 + "one": "wants to merge %[1]d commit from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>", 13 + "other": "wants to merge %[1]d commits from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>" 14 + }, 15 + "search.milestone_kind": "Search milestones…", 16 + "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.", 17 + "themes.names.forgejo-auto": "Forgejo (follow system theme)", 18 + "themes.names.forgejo-light": "Forgejo light", 19 + "themes.names.forgejo-dark": "Forgejo dark" 20 20 }