mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
New: Add Tagalog language
This commit is contained in:
@@ -62,6 +62,7 @@ namespace NzbDrone.Core.Parser
|
||||
new IsoLanguage("sq", "", "sqi", "Albanian", Language.Albanian),
|
||||
new IsoLanguage("af", "", "afr", "Afrikaans", Language.Afrikaans),
|
||||
new IsoLanguage("mr", "", "mar", "Marathi", Language.Marathi),
|
||||
new IsoLanguage("tl", "", "tgl", "Tagalog", Language.Tagalog),
|
||||
};
|
||||
|
||||
private static readonly Dictionary<string, Language> AlternateIsoCodeMappings = new ()
|
||||
|
||||
Reference in New Issue
Block a user