mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Externalize strings in detail page
This commit is contained in:
@ -19,6 +19,7 @@ type alias Texts =
|
||||
, ok : String
|
||||
, yes : String
|
||||
, no : String
|
||||
, chooseTag : String
|
||||
}
|
||||
|
||||
|
||||
@ -41,6 +42,7 @@ gb =
|
||||
, ok = "Ok"
|
||||
, yes = "Yes"
|
||||
, no = "No"
|
||||
, chooseTag = "Choose a tag…"
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user