mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-07-24 22:34:14 +02:00
b1b0dc1625
Co-authored-by: Tyrrrz <1935960+Tyrrrz@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,
|
|
}
|