Fix Dutch error messages and include general note in export/import #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/fix-translations-and-general-note-export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MedicationViewModel: add ifNl() helper and apply it to all hardcoded
French error messages (load, refresh, language switch, import, export)
so they appear in the active language
NotesManager: add GeneralNoteDao; export now includes the general note
in a clearly marked =GENERAL NOTE= block before medication notes;
import parses that block and saves it via upsert
GeneralNoteDao: add getGeneralNoteOnce() suspend query for one-shot
reads during export (avoids collecting a Flow from a non-UI context)
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com