implement vocabulary packs exploration and download functionality

This commit is contained in:
jonasgaudian
2026-02-18 23:11:32 +01:00
parent d12a21909c
commit 0a202191eb
12 changed files with 1150 additions and 46 deletions

View File

@@ -1119,4 +1119,10 @@
<string name="label_learnedd">learned</string>
<string name="label_all_categoriess">All Categories</string>
<string name="label_show_more">Show More</string>
<!-- Sort Order Options -->
<string name="sort_order_newest_first">Newest First</string>
<string name="sort_order_oldest_first">Oldest First</string>
<string name="sort_order_alphabetical">Alphabetical</string>
<string name="sort_order_language">Language</string>
</resources>