diff options
| author | Pedro Almeida <contact@ptalmeida.com> | 2021-10-31 15:13:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-31 15:13:23 +0000 |
| commit | a22c57ff3323c3e06ffdd828f887ee37933e8ece (patch) | |
| tree | d0b13f2a79bd83c92293ad845f29263dfc1a7f6f | |
| parent | 5a7433472ef88c7e8e52840425a7296e242155ee (diff) | |
Fix localization typo with Réunion
| -rw-r--r-- | Emby.Server.Implementations/Localization/countries.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/countries.json b/Emby.Server.Implementations/Localization/countries.json index b08a3ae79..22ffc5e09 100644 --- a/Emby.Server.Implementations/Localization/countries.json +++ b/Emby.Server.Implementations/Localization/countries.json @@ -630,7 +630,7 @@ "TwoLetterISORegionName": "MD" }, { - "DisplayName": "Réunion", + "DisplayName": "Réunion", "Name": "RE", "ThreeLetterISORegionName": "REU", "TwoLetterISORegionName": "RE" |
