intl: cleanup locale files

This commit is contained in:
Ammar Ahmed
2026-08-31 10:45:39 +05:00
parent ef8fe7a2c5
commit aad063f2f4
3 changed files with 510 additions and 510 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2476,9 +2476,6 @@ Use this if changes from other devices are not appearing on this device. This wi
fontLigatures: () => t`Font ligatures`,
fontLigaturesDesc: () =>
t`Enable ligatures for common symbols like →, ←, etc`,
editorVirtualization: () => t`Editor paging (experimental)`,
editorVirtualizationDesc: () =>
t`Only render the part of a note that is currently on screen. Makes very large notes much faster to open, scroll and type in. While this is on, your browser's own find (Ctrl+F) only covers the visible part of a note, so use the editor's search instead. If you face any issues, please turn it off.`,
expandSidebar: () => t`Expand sidebar`,
viewAllLimits: () => `View all limits`,
freePlan: () => t`Free plan`,
@@ -2813,5 +2810,8 @@ Continue without attachments?`,
offlineMode: () => t`Offline mode`,
offlineModeDesc: () =>
t`Using Notesnook without an account will **NOT** sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly.`,
alignment: () => t`Alignment`
alignment: () => t`Alignment`,
editorVirtualization: () => t`Editor paging (experimental)`,
editorVirtualizationDesc: () =>
t`Only render the part of a note that is currently on screen. Makes very large notes much faster to open, scroll and type in. While this is on, your browser's own find (Ctrl+F) only covers the visible part of a note, so use the editor's search instead. If you face any issues, please turn it off.`
};