Files
ios-app/App/Resources/oc.lproj/Localizable.strings
T
Ben Hughes 46b52d3c75 Feature: user-selectable theme (#460)
* 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
2026-02-25 21:28:46 +01:00

8 lines
111 B
Plaintext

// Theme
"Appearance" = "Aparéncia";
"Theme" = "Tèma";
"Auto" = "Auto";
"Light" = "Clar";
"Dark" = "Escur";