Skip to content

621 Use translation library for data export

Lisa requested to merge 621/Refactor-export-section-to-use-translation-lib into main

Why this change?

Closes ticket #621

Description

I have tested this MR:

  • tested this PR on iOS simulator/physical device,
  • tested this PR on Android simulator/physical device,
  • ran e2e tests.

A few sentences describing the overall goals of the pull request's commits.

Steps to Test or Reproduce

  • Add some data
  • Open settings --> Data
    • Verify that the texts for the export section are correct
  • Click on button to export data
  • Save exported data on your device
  • Open app settings and delete all app data
  • Open settings --> Data
  • Click on export button
    • Verify that dialog opens to inform you that no data can be exported
  • Import the data your previously exported
    • Verify that the data were successfully imported

Merge request reports