Bug 139554

Summary: Capital of South Africa is not Cape Town but Pretoria
Product: [Applications] kgeography Reporter: Marco Lambertz <marco.lambertz>
Component: generalAssignee: Albert Astals Cid <aacid>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.4.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marco Lambertz 2007-01-03 13:30:24 UTC
Version:           0.4.2 (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
OS:                Linux

At least in the German translation, the Capital of South Africa is shown to be Cape Town (Kapstadt). This is wrong. The capital of South Africa is Pretoria.
Comment 1 Albert Astals Cid 2007-01-03 21:12:09 UTC
Well, according to wikipedia, Cape Town is where the National Parliament is while Pretoria has most of the administration buildings, so i think none is a correct chose, would you accept having
"Pretoria, Bloemfontein and Cape Town"
as capital string?
Comment 2 Marco Lambertz 2007-01-04 11:56:58 UTC
The CIA World Factbook says:
name: Pretoria (administrative capital)
note: Cape Town (legislative capital); Bloemfontein (judicial capital)
So, yes, I agree.
Comment 3 Albert Astals Cid 2007-01-04 19:42:00 UTC
SVN commit 619911 by aacid:

Cape Town is not the only capital of South Africa
BUGS: 139554


 M  +1 -1      data/africa.kgm  
 M  +1 -1      data/world.kgm  
 M  +4 -4      src/mapsdatatranslation.cpp  


--- branches/KDE/3.5/kdeedu/kgeography/data/africa.kgm #619910:619911
@@ -519,7 +519,7 @@
 	<division>
 		<name>South Africa</name>
 		<flag>southafrica.png</flag>
-		<capital>Cape Town</capital>
+		<capital>Pretoria, Bloemfontein and Cape Town</capital>
 		<color>
 			<red>176</red>
 			<green>53</green>
--- branches/KDE/3.5/kdeedu/kgeography/data/world.kgm #619910:619911
@@ -483,7 +483,7 @@
 	<division>
 		<name>South Africa</name>
 		<flag>southafrica.png</flag>
-		<capital>Cape Town</capital>
+		<capital>Pretoria, Bloemfontein and Cape Town</capital>
 		<color>
 			<red>176</red>
 			<green>53</green>
--- branches/KDE/3.5/kdeedu/kgeography/src/mapsdatatranslation.cpp #619910:619911
@@ -247,8 +247,8 @@
 i18n("africa.kgm", "The capital of South Africa is...");
 i18n("africa.kgm", "Please click on:\nSouth Africa");
 i18n("africa.kgm", "The flag of South Africa is...");
-i18n("africa.kgm", "Cape Town");
-i18n("africa.kgm", "Cape Town is the capital of...");
+i18n("africa.kgm", "Pretoria, Bloemfontein and Cape Town");
+i18n("africa.kgm", "Pretoria, Bloemfontein and Cape Town is the capital of...");
 i18n("africa.kgm", "Spain");
 i18n("africa.kgm", "Sudan");
 i18n("africa.kgm", "The capital of Sudan is...");
@@ -3643,8 +3643,8 @@
 i18n("world.kgm", "The capital of South Africa is...");
 i18n("world.kgm", "Please click on:\nSouth Africa");
 i18n("world.kgm", "The flag of South Africa is...");
-i18n("world.kgm", "Cape Town");
-i18n("world.kgm", "Cape Town is the capital of...");
+i18n("world.kgm", "Pretoria, Bloemfontein and Cape Town");
+i18n("world.kgm", "Pretoria, Bloemfontein and Cape Town is the capital of...");
 i18n("world.kgm", "Sudan");
 i18n("world.kgm", "The capital of Sudan is...");
 i18n("world.kgm", "Please click on:\nSudan");