Added contacts export to vcf file

Fixed crash when entering empty contacts
This commit is contained in:
Juha Heinanen
2026-05-20 13:39:45 +03:00
parent 98cab8e2bc
commit 06730b4cfa
3 changed files with 51 additions and 4 deletions

View File

@ -477,8 +477,11 @@
<string name="contact_delete_question">Do you want to delete contact \'%1$s\'\?</string>
<string name="search">Search</string>
<string name="import_contacts">Import</string>
<string name="export_contacts">Export</string>
<string name="contact_import_success">Contacts imported successfully</string>
<string name="contact_import_failure">Failed to import contacts</string>
<string name="contact_export_success">Contacts exported successfully</string>
<string name="contact_export_failure">Failed to export contacts</string>
<!-- Generic -->
<string name="alert">Alert</string>
<string name="info">Info</string>