Update and clean up locale (qwe1154323937)

This commit is contained in:
WarmUpTill
2025-03-27 19:26:05 +01:00
committed by WarmUpTill
parent 4315f7f621
commit aba5737a60
10 changed files with 1820 additions and 464 deletions

View File

@@ -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,