mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-15 23:02:18 +01:00
Added Tanzania countries.json (#14406)
* Update countries.json Added Tanzania * Fix order countries.json * Fix tests --------- Co-authored-by: Bond_009 <bond.009@outlook.com>
This commit is contained in:
committed by
GitHub
parent
eb6c0e0935
commit
8510cfe77d
@@ -749,6 +749,12 @@
|
||||
"ThreeLetterISORegionName": "TAJ",
|
||||
"TwoLetterISORegionName": "TJ"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Tanzania",
|
||||
"Name": "TZ",
|
||||
"ThreeLetterISORegionName": "TZA",
|
||||
"TwoLetterISORegionName": "TZ"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Thailand",
|
||||
"Name": "TH",
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace Jellyfin.Server.Implementations.Tests.Localization
|
||||
});
|
||||
var countries = localizationManager.GetCountries().ToList();
|
||||
|
||||
Assert.Equal(139, countries.Count);
|
||||
Assert.Equal(140, countries.Count);
|
||||
|
||||
var germany = countries.FirstOrDefault(x => x.Name.Equals("DE", StringComparison.Ordinal));
|
||||
Assert.NotNull(germany);
|
||||
|
||||
Reference in New Issue
Block a user