mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
@ -17,6 +17,7 @@ import Messages.Basics
|
||||
type alias Texts =
|
||||
{ basics : Messages.Basics.Texts
|
||||
, placeholder : String
|
||||
, noCategory : String
|
||||
}
|
||||
|
||||
|
||||
@ -24,6 +25,7 @@ gb : Texts
|
||||
gb =
|
||||
{ basics = Messages.Basics.gb
|
||||
, placeholder = "Search…"
|
||||
, noCategory = "No category"
|
||||
}
|
||||
|
||||
|
||||
@ -31,4 +33,5 @@ de : Texts
|
||||
de =
|
||||
{ basics = Messages.Basics.de
|
||||
, placeholder = "Suche…"
|
||||
, noCategory = "Keine Kategorie"
|
||||
}
|
||||
|
Reference in New Issue
Block a user