fix: i18n complet — mobile, backlinks, undo/redo, content-area
- mobile-action-sheet.tsx: 15 chaînes → t() - wikilinks-backlinks-panel.tsx: 3 chaînes → t() + import useLanguage - note-content-area.tsx: 'Cliquez pour éditer' → t() - undo-redo-feedback-extension.ts: strings → options configurables - i18n FR/EN: 11 nouvelles clés (mobile.*, editor.*) - SlashPreview et SlashCommand: déjà OK (i18n via localCommands)
This commit is contained in:
@@ -40,7 +40,7 @@ export function NoteContentArea() {
|
||||
<MarkdownContent content={state.content} />
|
||||
{!readOnly && (
|
||||
<p className="text-[11px] text-foreground/30 mt-8 select-none not-prose italic">
|
||||
Cliquez pour éditer
|
||||
{t('editor.clickToEdit') || 'Cliquez pour éditer'}
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user