Externalize strings for home page

This commit is contained in:
Eike Kettner
2021-04-05 21:31:45 +02:00
parent 9c1beb2240
commit 1762e7afac
24 changed files with 601 additions and 225 deletions

View File

@ -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"
}