Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilising the editor frame blocks #218

Merged
merged 21 commits into from
Dec 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
🎨 added translations
  • Loading branch information
IanOdhiambo9 committed Dec 20, 2022
commit bdab068080586ef4358347223b19613c365ab342
25 changes: 13 additions & 12 deletions apps/conv-learning-manager/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,23 @@
},
"BLOCK": {
"TITLES": {
"IMAGE": "Image: Output",
"LOCATION": "Location Block",
"NAME": "Name Block",
"EMAIL": "Email Block",
"PHONE": "Phone Block",
"MESSAGE": "Message Block",
"IMAGE": "Image",
"LOCATION": "Location",
"NAME": "Name",
"EMAIL": "Email",
"PHONE": "Phone",
"MESSAGE": "Message",
"QUESTION": "Question: Buttons",
"AUDIO": "Audio Block",
"VIDEO": "Video Block",
"STICKER": "Sticker Block",
"LIST": "List Block",
"DOCUMENT": "Document Block"
"AUDIO": "Audio",
"VIDEO": "Video",
"STICKER": "Sticker",
"LIST": "List",
"DOCUMENT": "Document"
},
"PLACEHOLDER": {
"ANCHOR": "Start here",
"CAPTION": "Caption",
"IMAGE-LINK": "Image Link",
"IMAGE-LINK": "Image Url",
"NAME": "Name",
"EMAIL": "Email",
"PHONE-NUMBER": "Phone",
Expand Down