| Summary: | Capital of South Africa is not Cape Town but Pretoria | ||
|---|---|---|---|
| Product: | [Applications] kgeography | Reporter: | Marco Lambertz <marco.lambertz> |
| Component: | general | Assignee: | Albert Astals Cid <aacid> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.4.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marco Lambertz
2007-01-03 13:30:24 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? The CIA World Factbook says: name: Pretoria (administrative capital) note: Cape Town (legislative capital); Bloemfontein (judicial capital) So, yes, I agree. 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");
|