fix: split inverted orientation label from color filter label (#2421)
## Summary * **What is the goal of this PR?** * Fix the “Inverted” translation so reader orientation and color/filter inversion can use separate labels. * **What changes are included?** * Adds `STR_ORIENTATION_INVERTED` for the inverted portrait orientation option. * Updates the reader orientation setting to use `STR_ORIENTATION_INVERTED` instead of reusing `STR_INVERTED`. * Leaves `STR_INVERTED` for the sleep cover filter and tilt page-turn mode * Adds the new orientation string across all 26 locale YAML files. ## Additional Context * The original issue was found by a user in German, where `STR_INVERTED` was translated as `Hochformat 180°`, which made sense for orientation but not for color filters. * This is a UI-label-only change. It does not change persisted orientation values or settings behavior. * Reviewer note: non-English wording may still benefit from native-speaker review, especially for the new orientation-specific labels and to verify the interchangeable usage between inverted color and inverted tilt page turn direction. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**< YES >**_
This commit is contained in:
@@ -137,7 +137,8 @@ STR_PAGE_TURN: "Cambio pagina"
|
||||
STR_FORCE_REFRESH: "Refresh"
|
||||
STR_PORTRAIT: "Verticale"
|
||||
STR_LANDSCAPE_CW: "Orizzontale Dx"
|
||||
STR_INVERTED: "Capovolto"
|
||||
STR_INVERTED: "Invertito"
|
||||
STR_ORIENTATION_INVERTED: "Verticale 180°"
|
||||
STR_LANDSCAPE_CCW: "Orizzontale Sx"
|
||||
STR_PREV_NEXT: "Prec/Succ"
|
||||
STR_NEXT_PREV: "Succ/Prec"
|
||||
|
||||
Reference in New Issue
Block a user