mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
7 lines
110 B
C#
7 lines
110 B
C#
namespace AIStudio.Tools.PluginSystem;
|
|
|
|
public enum InternalPlugin
|
|
{
|
|
LANGUAGE_EN_US,
|
|
LANGUAGE_DE_DE,
|
|
} |