mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
web: add character, spaces, paragraphs count in status bar popup (#8311)
* web: add character, spaces, paragraphs count in status bar popup Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * web: refactor selected text stats logic Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * web: use PopupPresenter for note statistics popup Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * web: improve gettng text for counting characters Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -2485,5 +2485,8 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
yourArchiveIsEmpty: () => t`Your archive is empty`,
|
||||
unarchive: () => t`Unarchive`,
|
||||
moveNotebookDesc: () =>
|
||||
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`
|
||||
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`,
|
||||
words: () => t`Words`,
|
||||
characters: () => t`Characters`,
|
||||
paragraphs: () => t`Paragraphs`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user