Bug 142329 - The capital of Myanmar is not Rangoon
Summary: The capital of Myanmar is not Rangoon
Status: RESOLVED FIXED
Alias: None
Product: kgeography
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 15:05 UTC by Yukiko Bando
Modified: 2007-03-01 19:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yukiko Bando 2007-02-28 15:05:37 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Mandriva RPMs
OS:                Linux

The captital of Myanmar was moved from Yangon to Naypyidaw last year (http://en.wikipedia.org/wiki/Naypyidaw).  Rangoon is the old name of Yangon.  Can it be fixed in KDE 3.5.7?
Comment 1 Albert Astals Cid 2007-03-01 19:19:35 UTC
SVN commit 638362 by aacid:

Rangoon is not the capital of Myanmar anymore
BUGS: 142329


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


--- branches/KDE/3.5/kdeedu/kgeography/data/asia.kgm #638361:638362
@@ -312,7 +312,7 @@
 	<division>
 		<name>Myanmar</name>
 		<flag>myanmar.png</flag>
-		<capital>Rangoon</capital>
+		<capital>Naypyidaw</capital>
 		<color>
 			<red>62</red>
 			<green>170</green>
--- branches/KDE/3.5/kdeedu/kgeography/data/world.kgm #638361:638362
@@ -1472,7 +1472,7 @@
 	<division>
 		<name>Myanmar</name>
 		<flag>myanmar.png</flag>
-		<capital>Rangoon</capital>
+		<capital>Naypyidaw</capital>
 		<color>
 			<red>62</red>
 			<green>170</green>
--- branches/KDE/3.5/kdeedu/kgeography/src/mapsdatatranslation.cpp #638361:638362
@@ -453,8 +453,8 @@
 i18n("asia.kgm", "The capital of Myanmar is...");
 i18n("asia.kgm", "Please click on:\nMyanmar");
 i18n("asia.kgm", "The flag of Myanmar is...");
-i18n("asia.kgm", "Rangoon");
-i18n("asia.kgm", "Rangoon is the capital of...");
+i18n("asia.kgm", "Naypyidaw");
+i18n("asia.kgm", "Naypyidaw is the capital of...");
 i18n("asia.kgm", "Nepal");
 i18n("asia.kgm", "The capital of Nepal is...");
 i18n("asia.kgm", "Please click on:\nNepal");
@@ -4232,8 +4232,8 @@
 i18n("world.kgm", "The capital of Myanmar is...");
 i18n("world.kgm", "Please click on:\nMyanmar");
 i18n("world.kgm", "The flag of Myanmar is...");
-i18n("world.kgm", "Rangoon");
-i18n("world.kgm", "Rangoon is the capital of...");
+i18n("world.kgm", "Naypyidaw");
+i18n("world.kgm", "Naypyidaw is the capital of...");
 i18n("world.kgm", "Nepal");
 i18n("world.kgm", "The capital of Nepal is...");
 i18n("world.kgm", "Please click on:\nNepal");