mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 16:19:48 +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,
|
||
|
}
|