1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Add Marathi language

This commit is contained in:
Siddhant Naik
2024-12-31 14:32:41 +05:30
committed by Bogdan
parent 0e25b2708c
commit 25f66a3029
7 changed files with 32 additions and 3 deletions
@@ -239,6 +239,11 @@ namespace NzbDrone.Core.Parser
languages.Add(Language.Afrikaans);
}
if (lowerTitle.Contains("marathi"))
{
languages.Add(Language.Marathi);
}
// Case sensitive
var caseSensitiveMatches = CaseSensitiveLanguageRegex.Matches(title);