Add German translation for home page

This commit is contained in:
eikek
2021-06-06 13:59:50 +02:00
parent fe4f48dd7f
commit 78938c9980
19 changed files with 235 additions and 38 deletions

View File

@ -46,7 +46,7 @@ import Styles as S
import Task
import Throttle exposing (Throttle)
import Time
import Util.Folder exposing (mkFolderOption)
import Util.Folder
import Util.List
import Util.Maybe
import Util.Tag
@ -765,7 +765,7 @@ renderEditForm2 texts flags cfg settings model =
, ( "hidden", isFolderMember model )
]
]
[ Markdown.toHtml [] texts.folderNotOwnerWarning
[ Markdown.toHtml [] texts.basics.folderNotOwnerWarning
]
]
}

View File

@ -442,7 +442,7 @@ view2 flags texts settings model =
]
, class S.message
]
[ Markdown.toHtml [] texts.folderForbiddenText
[ Markdown.toHtml [] texts.basics.folderNotOwnerWarning
]
]
, div [ class "mb-4" ]