Externalize strings in other of components

This commit is contained in:
Eike Kettner
2021-04-09 22:39:44 +02:00
parent 2f678aca17
commit fa2c5750dd
53 changed files with 490 additions and 223 deletions

View File

@ -20,6 +20,7 @@ type alias Texts =
, yes : String
, no : String
, chooseTag : String
, loading : String
}
@ -43,6 +44,7 @@ gb =
, yes = "Yes"
, no = "No"
, chooseTag = "Choose a tag"
, loading = "Loading"
}