Add option to export minimal library information to a CSV file (#1161)

This commit is contained in:
Roshan Varughese
2025-02-26 18:09:50 +13:00
committed by GitHub
parent 8b28a9bcee
commit fab8b17d99
4 changed files with 222 additions and 0 deletions

View File

@@ -573,6 +573,9 @@
<string name="cache_deleted">Cache cleared, %1$d files deleted</string>
<string name="cache_delete_error">Error occurred while clearing</string>
<string name="pref_auto_clear_chapter_cache">Clear chapter cache on app launch</string>
<string name="export">Export</string>
<string name="library_list">Library List</string>
<string name="library_exported">Library Exported</string>
<!-- Sync section -->
<string name="syncing_library">Syncing library</string>
@@ -688,6 +691,8 @@
<string name="ongoing">Ongoing</string>
<string name="unknown">Unknown</string>
<string name="unknown_author">Unknown author</string>
<string name="author">Author</string>
<string name="artist">Artist</string>
<!-- reserved for #6163 -->
<string name="unknown_status">Unknown status</string>
<string name="licensed">Licensed</string>