mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Externalize strings for home page
This commit is contained in:
@ -16,6 +16,9 @@ type alias Texts =
|
||||
, backToList : String
|
||||
, searchPlaceholder : String
|
||||
, id : String
|
||||
, ok : String
|
||||
, yes : String
|
||||
, no : String
|
||||
}
|
||||
|
||||
|
||||
@ -35,6 +38,9 @@ gb =
|
||||
, backToList = "Back to list"
|
||||
, searchPlaceholder = "Search…"
|
||||
, id = "Id"
|
||||
, ok = "Ok"
|
||||
, yes = "Yes"
|
||||
, no = "No"
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user