mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
🐛 fix missing translace string
This commit is contained in:
parent
40b005f46e
commit
048ab9a0fc
3 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
### :bug: Bugs fixed
|
||||
|
||||
- Fixed color palette outside viewport [Taiga #2715](https://tree.taiga.io/project/penpot/issue/2715)
|
||||
- Fixed missing translate string [Taiga #2780](https://tree.taiga.io/project/penpot/issue/2780)
|
||||
- Fixed handoff shadow type text [Taiga #2717](https://tree.taiga.io/project/penpot/issue/2717)
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
|
|
|
@ -3284,6 +3284,10 @@ msgstr "Assets"
|
|||
msgid "workspace.toolbar.color-palette"
|
||||
msgstr "Color Palette (%s)"
|
||||
|
||||
#: src/app/main/ui/workspace/left_toolbar.cljs
|
||||
msgid "workspace.toolbar.text-palette"
|
||||
msgstr "Typographies (%s)"
|
||||
|
||||
#: src/app/main/ui/workspace/left_toolbar.cljs
|
||||
msgid "workspace.toolbar.comments"
|
||||
msgstr "Comments (%s)"
|
||||
|
|
|
@ -3297,6 +3297,10 @@ msgstr "Recursos"
|
|||
msgid "workspace.toolbar.color-palette"
|
||||
msgstr "Paleta de colores (%s)"
|
||||
|
||||
#: src/app/main/ui/workspace/left_toolbar.cljs
|
||||
msgid "workspace.toolbar.text-palette"
|
||||
msgstr "Tipografías (%s)"
|
||||
|
||||
#: src/app/main/ui/workspace/left_toolbar.cljs
|
||||
msgid "workspace.toolbar.comments"
|
||||
msgstr "Comentarios (%s)"
|
||||
|
|
Loading…
Add table
Reference in a new issue