mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-14 11:26:33 +00:00
12 lines
151 B
C#
12 lines
151 B
C#
namespace DiscordChatExporter.Gui.Localization;
|
|
|
|
public enum Language
|
|
{
|
|
System,
|
|
English,
|
|
Ukrainian,
|
|
German,
|
|
French,
|
|
Spanish,
|
|
}
|