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.
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");