From 936a6ff804a5052466f60bde2e88571053ec79e1 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 13 Jul 2013 15:52:30 +0200 Subject: [PATCH] 'Federal Republic of Yugoslavia' is IMDb alias for 'Yugoslavia', not for 'Serbia and Montenegro' (this has nothing to do with flags, the flag of Yugoslavia is its flag at dissolution in 2003, i.e. the flag of the 'Federal Republic of Yugoslavia') --- tools/geo/jsonc/countries.jsonc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/geo/jsonc/countries.jsonc b/tools/geo/jsonc/countries.jsonc index 662f8c4c..885c8803 100644 --- a/tools/geo/jsonc/countries.jsonc +++ b/tools/geo/jsonc/countries.jsonc @@ -511,10 +511,8 @@ "São Tomé and Príncipe": "Sao Tome and Principe", // IMDb treats Socialist Yugoslavia (split in 1991) and Post-Socialist // Yugoslavia (renamed to Serbia and Montenegro in 2003) as different - // countries, the latter named Federal Republic of Yugoslavia. While - // this is technichally Yugoslavia, the flag for Serbia and Montenegro - // is correct in this case. - "Serbia and Montenegro": "Federal Republic of Yugoslavia", + // countries, the latter named Federal Republic of Yugoslavia. + "Yugoslavia": "Federal Republic of Yugoslavia", "United States Virgin Islands": "US Virgin Islands", "Vatican City": "Holy See (Vatican City State)" },