9 lines
326 B
C#
9 lines
326 B
C#
namespace DataModel.Database;
|
|
|
|
public static class SettingNames
|
|
{
|
|
public static readonly string CULTURE = "Culture";
|
|
public static readonly string DEEPL_ACTION = "DeepL Action";
|
|
public static readonly string DEEPL_API_KEY = "DeepL API Key";
|
|
public static readonly string DEEPL_MODE = "DeepL Mode";
|
|
} |