mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-26 19:23:48 +00:00
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
12 lines
151 B
C#
12 lines
151 B
C#
namespace DiscordChatExporter.Gui.Localization;
|
|
|
|
public enum Language
|
|
{
|
|
System,
|
|
English,
|
|
Ukrainian,
|
|
German,
|
|
French,
|
|
Spanish,
|
|
}
|