I18NCommander/I18N Commander/DataModel/Database/SettingNames.cs

7 lines
204 B
C#
Raw Normal View History

namespace DataModel.Database;
public static class SettingNames
{
2022-07-30 13:49:19 +00:00
public static readonly string DEEPL_API_KEY = "DeepL API Key";
public static readonly string DEEPL_MODE = "DeepL Mode";
}