💬 Add translation for draw tools TG-237

This commit is contained in:
mathieu.brunot 2019-02-18 00:40:45 +01:00
parent 127ec7536a
commit 0d9a56ba17
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,9 @@
"ds.help.rect" "Box (Ctrl + B)" "ds.help.rect" "Box (Ctrl + B)"
"ds.help.circle" "Circle (Ctrl + E)" "ds.help.circle" "Circle (Ctrl + E)"
"ds.help.line" "Line (Ctrl + L)" "ds.help.line" "Line (Ctrl + L)"
"ds.help.text" "Text"
"ds.help.path" "Path"
"ds.help.curve" "Curve"
"ds.help.ruler" "Ruler" "ds.help.ruler" "Ruler"
"auth.message.recovery-token-sent" "Password recovery link sent to your inbox." "auth.message.recovery-token-sent" "Password recovery link sent to your inbox."

View file

@ -86,7 +86,7 @@
:shape +draw-tool-path+ :shape +draw-tool-path+
:priority 5} :priority 5}
{:icon i/pencil {:icon i/pencil
:help "ds.help.path" :help "ds.help.curve"
:shape +draw-tool-curve+ :shape +draw-tool-curve+
:priority 6}]) :priority 6}])