Select item in detail view

This commit is contained in:
eikek
2022-02-27 22:31:17 +01:00
parent adcfe10460
commit 834ce7773c
17 changed files with 449 additions and 340 deletions

View File

@ -51,6 +51,8 @@ type alias Texts =
, trashcan : String
, bookmarks : String
, selection : String
, showSelection : String
, clearSelection : String
}
@ -86,6 +88,8 @@ gb =
, trashcan = "Trash"
, bookmarks = "Bookmarks"
, selection = "Selection"
, showSelection = "Show selection"
, clearSelection = "Clear selection"
}
@ -121,4 +125,6 @@ de =
, trashcan = "Papierkorb"
, bookmarks = "Bookmarks"
, selection = "Auswahl"
, showSelection = "Auswahl anzeigen"
, clearSelection = "Auswahl aufheben"
}