diff options
| author | Eliya Wolfram Konzo <ewkonzo@gmail.com> | 2026-04-15 20:59:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 19:59:13 +0200 |
| commit | 8510cfe77de66d12bc88fcbef4b06ca637d90ab8 (patch) | |
| tree | 43b4a64e5cf0b9e0a390ab9388348de4cc70a676 /Emby.Server.Implementations/Localization/countries.json | |
| parent | eb6c0e093552974d09476135ce95501ef01f5c46 (diff) | |
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>
Diffstat (limited to 'Emby.Server.Implementations/Localization/countries.json')
| -rw-r--r-- | Emby.Server.Implementations/Localization/countries.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/countries.json b/Emby.Server.Implementations/Localization/countries.json index d92dc880b1..811a7d4094 100644 --- a/Emby.Server.Implementations/Localization/countries.json +++ b/Emby.Server.Implementations/Localization/countries.json @@ -750,6 +750,12 @@ "TwoLetterISORegionName": "TJ" }, { + "DisplayName": "Tanzania", + "Name": "TZ", + "ThreeLetterISORegionName": "TZA", + "TwoLetterISORegionName": "TZ" + }, + { "DisplayName": "Thailand", "Name": "TH", "ThreeLetterISORegionName": "THA", |
