mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Drag board made translateable.
Thanks to xet7 !
This commit is contained in:
parent
b73e65d63e
commit
62c2d59f46
2 changed files with 4 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ template(name="boardList")
|
||||||
if isTouchScreenOrShowDesktopDragHandles
|
if isTouchScreenOrShowDesktopDragHandles
|
||||||
i.fa.board-handle(
|
i.fa.board-handle(
|
||||||
class="fa-arrows"
|
class="fa-arrows"
|
||||||
title="{{_ 'Drag board'}}")
|
title="{{_ 'drag-board'}}")
|
||||||
else
|
else
|
||||||
if isSandstorm
|
if isSandstorm
|
||||||
i.fa.js-clone-board(
|
i.fa.js-clone-board(
|
||||||
|
|
@ -119,7 +119,7 @@ template(name="boardList")
|
||||||
if isTouchScreenOrShowDesktopDragHandles
|
if isTouchScreenOrShowDesktopDragHandles
|
||||||
i.fa.board-handle(
|
i.fa.board-handle(
|
||||||
class="fa-arrows"
|
class="fa-arrows"
|
||||||
title="{{_ 'Drag board'}}")
|
title="{{_ 'drag-board'}}")
|
||||||
else
|
else
|
||||||
if isSandstorm
|
if isSandstorm
|
||||||
i.fa.js-clone-board(
|
i.fa.js-clone-board(
|
||||||
|
|
|
||||||
|
|
@ -1228,5 +1228,6 @@
|
||||||
"max-avatar-filesize": "Max avatar filesize in bytes:",
|
"max-avatar-filesize": "Max avatar filesize in bytes:",
|
||||||
"allowed-avatar-filetypes": "Allowed avatar filetypes:",
|
"allowed-avatar-filetypes": "Allowed avatar filetypes:",
|
||||||
"invalid-file": "If filename is invalid, upload or rename is cancelled.",
|
"invalid-file": "If filename is invalid, upload or rename is cancelled.",
|
||||||
"preview-pdf-not-supported": "Your device does not support previewing PDF. Try downloading instead."
|
"preview-pdf-not-supported": "Your device does not support previewing PDF. Try downloading instead.",
|
||||||
|
"drag-board": "Drag board"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue