Merge branch 'i18n/main' of github.com:Monogramm/uxbox into i18n/main

This commit is contained in:
mathieu.brunot 2019-09-12 16:49:07 +02:00
commit 0e8da8e39b
No known key found for this signature in database
GPG key ID: C438ED0898C9E020
15 changed files with 170 additions and 71 deletions

View file

@ -134,7 +134,7 @@
{:style {:background-image (str "url('" @url "')")}}]
[:div.grid-item-th
[:img.img-th {:src "/images/project-placeholder.svg"
:alt "Project title"}]])))
:alt (tr "ds.project-thumbnail.alt")}]])))
@ -172,7 +172,7 @@
:default-value (:name project)}]
[:h3 (:name project)])
[:span.date
(str "Updated " (dt/timeago (:modified-at project)))]]
(str (tr "ds.updated-at" (dt/timeago (:modified-at project))))]]
[:div.project-th-actions
[:div.project-th-icon.pages
i/page