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
16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
// Tip View
|
|
"This application is developed on free time" = "Esta aplicación se desarrolla en tiempo libre.";
|
|
"Select one entry" = "Selecciona una entrada";
|
|
|
|
// Theme
|
|
"Appearance" = "Apariencia";
|
|
"Theme" = "Tema";
|
|
"Auto" = "Automático";
|
|
"Light" = "Claro";
|
|
"Dark" = "Oscuro";
|
|
"Setting" = "Configuración";
|
|
"About" = "Acerca de";
|
|
|
|
// Menu
|
|
"Menu" = "Menú";
|