Files
iOS/Sources/Shared/API/Models
Zac West d37e9f867f Fix non-English Gauge/Ring, fix Column 2 Alignment (#1186)
These styles were using the localized strings as options, which were then not equating. The way the current getters work, their failure to exist in the dictionary it would always use 'ring' for Gauge and 'closed' for Ring.

Replaces Row 2 Alignment (which had a similar issue) with Column 2 Alignment, which is what the complications want. This right-aligns the second columns.
2020-10-13 21:11:55 -07:00
..