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

New: Add Tagalog language

This commit is contained in:
Bogdan
2025-01-02 19:55:12 +02:00
parent 25f66a3029
commit 2f26974ecc
7 changed files with 32 additions and 3 deletions
@@ -244,6 +244,11 @@ namespace NzbDrone.Core.Parser
languages.Add(Language.Marathi);
}
if (lowerTitle.Contains("tagalog"))
{
languages.Add(Language.Tagalog);
}
// Case sensitive
var caseSensitiveMatches = CaseSensitiveLanguageRegex.Matches(title);