2022-07-26 17:07:10 +00:00
|
|
|
|
namespace DataModel.Database;
|
|
|
|
|
|
|
|
|
|
public static class SettingNames
|
|
|
|
|
{
|
2022-07-30 14:38:38 +00:00
|
|
|
|
public static readonly string DEEPL_ACTION = "DeepL Action";
|
2022-07-30 13:49:19 +00:00
|
|
|
|
public static readonly string DEEPL_API_KEY = "DeepL API Key";
|
2022-07-26 17:07:10 +00:00
|
|
|
|
public static readonly string DEEPL_MODE = "DeepL Mode";
|
|
|
|
|
}
|