mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-25 10:45:59 -05:00
Update and clean up locale (qwe1154323937)
This commit is contained in:
@@ -34,11 +34,11 @@ const static std::map<PluginStateAction, std::string> actionTypes = {
|
||||
|
||||
const static std::map<NoMatchBehavior, std::string> noMatchValues = {
|
||||
{NoMatchBehavior::NO_SWITCH,
|
||||
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.dontSwitch"},
|
||||
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMatch.dontSwitch"},
|
||||
{NoMatchBehavior::SWITCH,
|
||||
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchTo"},
|
||||
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMatch.switchTo"},
|
||||
{NoMatchBehavior::RANDOM_SWITCH,
|
||||
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMet.switchToRandom"},
|
||||
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMatch.switchToRandom"},
|
||||
};
|
||||
|
||||
static void stopPlugin()
|
||||
|
||||
@@ -42,7 +42,7 @@ const static std::map<obs_deinterlace_mode, std::string> deinterlaceModes = {
|
||||
{OBS_DEINTERLACE_MODE_DISABLE,
|
||||
"AdvSceneSwitcher.action.source.deinterlaceMode.disable"},
|
||||
{OBS_DEINTERLACE_MODE_DISCARD,
|
||||
"AdvSceneSwitcher.action.source.deinterlaceMode.disable"},
|
||||
"AdvSceneSwitcher.action.source.deinterlaceMode.discard"},
|
||||
{OBS_DEINTERLACE_MODE_RETRO,
|
||||
"AdvSceneSwitcher.action.source.deinterlaceMode.retro"},
|
||||
{OBS_DEINTERLACE_MODE_BLEND,
|
||||
|
||||
Reference in New Issue
Block a user