mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-01 11:19:05 +00:00
Replace the date format option with a locale option (#1130)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using Cogwheel;
|
||||
using DiscordChatExporter.Core.Exporting;
|
||||
@@ -19,7 +20,9 @@ public partial class SettingsService : SettingsBase
|
||||
|
||||
public ThreadInclusionMode ThreadInclusionMode { get; set; } = ThreadInclusionMode.None;
|
||||
|
||||
public string DateFormat { get; set; } = "MM/dd/yyyy h:mm tt";
|
||||
public string Locale { get; set; } = CultureInfo.CurrentCulture.Name;
|
||||
|
||||
public bool IsUtcNormalizationEnabled { get; set; }
|
||||
|
||||
public int ParallelLimit { get; set; } = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user