mirror of
https://github.com/penpot/penpot.git
synced 2026-05-05 08:08:27 +00:00
I18N-ize search placeholder
This commit is contained in:
parent
5d0e57acb7
commit
36051f40dd
@ -9,6 +9,7 @@
|
||||
"ds.project-ordering.by-name" "name"
|
||||
"ds.project-ordering.by-last-update" "last update"
|
||||
"ds.project-ordering.by-creation-date" "creation date"
|
||||
"ds.project-search.placeholder" "Search..."
|
||||
|
||||
"ds.elements" "ELEMENTS"
|
||||
"ds.icons" "ICONS"
|
||||
|
||||
@ -197,7 +197,7 @@
|
||||
{:type "text"
|
||||
:on-change change-term
|
||||
:auto-focus true
|
||||
:placeholder "Search..."
|
||||
:placeholder (tr "ds.project-search.placeholder")
|
||||
:value (rum/react project-filtering-l)}]
|
||||
[:div.clear-search
|
||||
{:on-click clear-term}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user