GNOME Bugzilla – Bug 747155
Wrong local name of Seoul
Last modified: 2015-04-17 00:23:02 UTC
Created attachment 300724 [details] [review] Fix local name of seoul In the comment of Seoul, <!-- The capital of South Korea. "Seoul" is the traditional English name. The local name in Korean is "Soul". --> Obviously "Soul" is not a Korean word. It should be "서울". Patch attached.
Review of attachment 300724 [details] [review]: ::: data/Locations.xml.in @@ +5694,3 @@ <!-- The capital of South Korea. "Seoul" is the traditional English name. + The local name in Korean is "서울". Except that then, only Koreans can read it. How about: The local name in Korean is "Soul" (서울) ?
(In reply to Bastien Nocera from comment #1) > Review of attachment 300724 [details] [review] [review]: > > ::: data/Locations.xml.in > @@ +5694,3 @@ > <!-- The capital of South Korea. > "Seoul" is the traditional English name. > + The local name in Korean is "서울". > > Except that then, only Koreans can read it. > How about: > The local name in Korean is "Soul" (서울) > ? No, that is not a name "in Korean". Other entries are also written in their own local scripts.
Hi, sorry for taking too long to review this patch. I ended up committing something that should address both sides: the local name is indicated in the local language, as it makes sense, but the English transliteration is preserved.