You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add day-of-week and localized-date display options
Two independent, opt-in additions to how dates are shown everywhere:
- Day of week: a dropdown in Preferences > General (None / Short / Full)
that prepends ddd/dddd to the active date format. Stored as
DayOfWeekStyle; day names come from the active culture.
- Localized dates: a toggle that ties day/month names to the
application's selected language (UseLocalizedCulture) instead of the
invariant/English culture. The culture is derived from the app locale
key, not the operating-system culture.
Both options flow through DateTimeFormat.Format and are bound into the
CommitTimeTextBlock and DateTimePresenter views. New locale keys added to
en_US and el_GR.
<x:Stringx:Key="Text.Preferences.General.ShowChangesPageByDefault"xml:space="preserve">Εμφάνιση της σελίδας `ΤΟΠΙΚΕΣ ΑΛΛΑΓΕΣ` από προεπιλογή</x:String>
667
671
<x:Stringx:Key="Text.Preferences.General.ShowChangesTabInCommitDetailByDefault"xml:space="preserve">Εμφάνιση της καρτέλας `ΑΛΛΑΓΕΣ` στις λεπτομέρειες commit από προεπιλογή</x:String>
<x:Stringx:Key="Text.Preferences.General.ShowChangesPageByDefault"xml:space="preserve">Show `LOCAL CHANGES` page by default</x:String>
689
693
<x:Stringx:Key="Text.Preferences.General.ShowChangesTabInCommitDetailByDefault"xml:space="preserve">Show `CHANGES` tab in commit detail by default</x:String>
0 commit comments