Externalize strings in detail page

This commit is contained in:
Eike Kettner
2021-04-07 01:09:58 +02:00
parent 1762e7afac
commit 2f678aca17
30 changed files with 554 additions and 254 deletions

View File

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