Externalize strings for document language

This commit is contained in:
Eike Kettner
2021-04-02 23:30:51 +02:00
parent dac95e81e6
commit e76d574ea3
9 changed files with 72 additions and 55 deletions

View File

@ -74,7 +74,7 @@ renderForm : Texts -> Model -> Html Msg
renderForm texts model =
let
languageCfg =
{ display = Data.Language.toName
{ display = texts.languageLabel
, icon = \_ -> Nothing
, style = DS.mainStyleWith "w-40"
}