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:
@@ -71,5 +71,14 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
var result = IsoLanguages.Find(isoCode);
|
||||
result.Language.Should().Be(Language.Marathi);
|
||||
}
|
||||
|
||||
[TestCase("tl")]
|
||||
[TestCase("tgl")]
|
||||
[TestCase("tl-PH")]
|
||||
public void should_return_tagalog(string isoCode)
|
||||
{
|
||||
var result = IsoLanguages.Find(isoCode);
|
||||
result.Language.Should().Be(Language.Tagalog);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user