mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix font size placeholder
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user