mirror of https://github.com/penpot/penpot.git
🐛 Fix font size placeholder
This commit is contained in:
parent
9e17a0e65d
commit
ca21e7e8b4
|
|
@ -1032,7 +1032,7 @@
|
|||
:font-size
|
||||
{:label "Font Size"
|
||||
:icon i/text-font-size
|
||||
:placeholder (tr "workspace.tokens.token-value-enter")}
|
||||
:placeholder (tr "workspace.tokens.font-size-value-enter")}
|
||||
:font-weight
|
||||
{:label "Font Weight"
|
||||
:icon i/text-font-weight
|
||||
|
|
|
|||
|
|
@ -7553,6 +7553,10 @@ msgstr ""
|
|||
msgid "workspace.tokens.font-weight-value-enter"
|
||||
msgstr "Font weight (300, Bold Italic...) or an {alias}"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/management/create/form.cljs
|
||||
msgid "workspace.tokens.font-size-value-enter"
|
||||
msgstr "Font size or {alias}"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/management/context_menu.cljs:228
|
||||
msgid "workspace.tokens.gaps"
|
||||
msgstr "Gaps"
|
||||
|
|
|
|||
|
|
@ -7490,6 +7490,10 @@ msgstr ""
|
|||
msgid "workspace.tokens.font-weight-value-enter"
|
||||
msgstr "Font weight (300, Bold, Regular Italic...) o un {alias}"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/management/create/form.cljs
|
||||
msgid "workspace.tokens.font-size-value-enter"
|
||||
msgstr "Font size o {alias}"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/style_dictionary.cljs
|
||||
#, unused
|
||||
msgid "workspace.tokens.generic-error"
|
||||
|
|
|
|||
Loading…
Reference in New Issue