mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
[I18N] Add missing translation for more_items
- Resolves https://codeberg.org/forgejo/forgejo/issues/2818 - Removes entry for test ignorelist
This commit is contained in:
parent
4766cbe8ea
commit
8c4445ad3a
2 changed files with 1 additions and 3 deletions
|
@ -109,9 +109,6 @@ var ignoredErrorMessageSuffixes = []string{
|
|||
// TestBlockActions
|
||||
`/gitea-repositories/user10/repo7.git Error: no such file or directory`,
|
||||
|
||||
// TestE2e/explore.test.e2e
|
||||
`TrString() [E] Missing translation "more_items"`,
|
||||
|
||||
// TestRebuildCargo
|
||||
`RebuildCargoIndex() [E] RebuildIndex failed: GetRepositoryByOwnerAndName: repository does not exist [id: 0, uid: 0, owner_name: user2, name: _cargo-index]`,
|
||||
}
|
||||
|
|
|
@ -27,6 +27,7 @@ toc = Table of Contents
|
|||
licenses = Licenses
|
||||
return_to_gitea = Return to Forgejo
|
||||
toggle_menu = Toggle Menu
|
||||
more_items = More items
|
||||
|
||||
username = Username
|
||||
email = Email address
|
||||
|
|
Loading…
Reference in a new issue