From e498c77e515d65c1928d9cde02b1ce9ee54397e4 Mon Sep 17 00:00:00 2001 From: gnattu Date: Sat, 24 Aug 2024 07:46:56 +0800 Subject: [PATCH] Add localization entry for VideoCodecTagNotSupported --- src/strings/en-us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index da956eb93a..69f7ad4b4c 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1638,6 +1638,7 @@ "ContainerNotSupported": "The container is not supported", "SubtitleCodecNotSupported": "The subtitle codec is not supported", "VideoCodecNotSupported": "The video codec is not supported", + "VideoCodecTagNotSupported": "The video codec tag is not supported", "AudioBitrateNotSupported": "The audio's bitrate is not supported", "AudioChannelsNotSupported": "The number of audio channels is not supported", "VideoResolutionNotSupported": "The video's resolution is not supported",