mirror of
https://github.com/wallabag/ios-app.git
synced 2026-05-19 15:10:34 +00:00
46b52d3c75
* Fix #457 - Persist entry sorting preferences across app launches Changed sorting state from @State to @AppStorage in EntriesView to ensure user preferences are saved to UserDefaults. Also made sorting criteria mutually exclusive for a better UX. * Add option to pick theme (light/dark/auto). Moved language files and other resources into a sub-folder to clean up the structure a little. * use #EnvironmentObject
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
|
// Theme
|
|
"Appearance" = "المظهر";
|
|
"Theme" = "السمة";
|
|
"Auto" = "تلقائي";
|
|
"Light" = "فاتح";
|
|
"Dark" = "داكن";
|