mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-24 15:04:03 +00:00
Migrate to Avalonia (#1220)
This commit is contained in:
@@ -7,4 +7,6 @@ internal static class Internationalization
|
||||
public static bool Is24Hours =>
|
||||
string.IsNullOrWhiteSpace(CultureInfo.CurrentCulture.DateTimeFormat.AMDesignator)
|
||||
&& string.IsNullOrWhiteSpace(CultureInfo.CurrentCulture.DateTimeFormat.PMDesignator);
|
||||
|
||||
public static string AvaloniaClockIdentifier => Is24Hours ? "24HourClock" : "12HourClock";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user