fix: replace hardcoded French strings in notes-tabs-view with i18n
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 43s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 43s
- Empty notebook placeholder: "Carnet vide" → t('notes.emptyNotebook')
- No note selected: "Aucune note sélectionnée" → t('notes.noNoteSelected')
- Descriptions replaced with t('notes.emptyNotebookDesc'), t('notes.selectOrCreateNote')
- Removed French fallback on newNote button title
- Added 4 new i18n keys to all 15 locales
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -975,7 +975,11 @@
|
||||
"exportPDF": "PDF निर्यात करें",
|
||||
"savedStatus": "सहेजा गया",
|
||||
"dirtyStatus": "संशोधित",
|
||||
"completedLabel": "पूर्ण"
|
||||
"completedLabel": "पूर्ण",
|
||||
"notes.emptyNotebook": "खाली नोटबुक",
|
||||
"notes.emptyNotebookDesc": "इस नोटबुक में कोई नोट नहीं है। एक बनाने के लिए + पर क्लिक करें।",
|
||||
"notes.noNoteSelected": "कोई नोट चुना नहीं गया",
|
||||
"notes.selectOrCreateNote": "सूची से एक नोट चुनें या एक नया बनाएं।"
|
||||
},
|
||||
"pagination": {
|
||||
"next": "→",
|
||||
|
||||
Reference in New Issue
Block a user