File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ Anytype is an Electron-based desktop application with TypeScript/React frontend
129129
130130### Important Patterns
131131- All UI text should use ` translate() ` function for i18n
132+ - Translation keys are defined in ` src/json/text.json `
132133- Block operations should go through the command system
133134- Use existing utility functions in ` lib/util/ ` before creating new ones
134135- Follow existing component patterns in ` component/ ` directory
Original file line number Diff line number Diff line change 752752 "blockEmbedEmpty" : " %s embed block is empty. Click to edit." ,
753753 "blockEmbedSource" : " Source" ,
754754 "blockEmbedOffline" : " You are not connected to the Internet" ,
755+ "blockEmbedUnsupported" : " Unsupported embed. Please update the app." ,
755756 "blockEmbedExternalImage" : " External image" ,
756757
757758 "blockTableOfContentsAdd" : " Add headings to create a table of contents" ,
You can’t perform that action at this time.
0 commit comments