mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Externalize strings in manage-data page
This commit is contained in:
@ -14,6 +14,8 @@ type alias Texts =
|
||||
, edit : String
|
||||
, back : String
|
||||
, backToList : String
|
||||
, searchPlaceholder : String
|
||||
, id : String
|
||||
}
|
||||
|
||||
|
||||
@ -31,6 +33,8 @@ gb =
|
||||
, edit = "Edit"
|
||||
, back = "Back"
|
||||
, backToList = "Back to list"
|
||||
, searchPlaceholder = "Search…"
|
||||
, id = "Id"
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user