After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151675 - Update the Swedish gnome-applets Locations.xml.in names to proper UTF-8
Update the Swedish gnome-applets Locations.xml.in names to proper UTF-8
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: gweather
git master
Other All
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks: 149982
 
 
Reported: 2004-09-02 13:24 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Update of the Swedish names in Locations.xml.in to proper UTF-8 (2.73 KB, patch)
2004-09-02 13:25 UTC, Christian Rose
needs-work Details | Review

Description Christian Rose 2004-09-02 13:24:00 UTC
This patch updates the Swedish Locations.xml.in names to proper UTF-8.
There's no reason they should be mangled ASCII names that hardly anyone will
recognize, if we can use UTF-8 in these messages, like some messages in this
file already are.
Comment 1 Christian Rose 2004-09-02 13:25:16 UTC
Created attachment 31206 [details] [review]
Update of the Swedish names in Locations.xml.in to proper UTF-8
Comment 2 André Dahlqvist 2004-09-11 14:17:55 UTC
Once you're at it, can you remove the Uppsala station? It never sends any data,
so I assume it's broken. I believe I added it (with other stations) at some
point without checking that it actually worked. This is the Uppsala station that
I'm talking about: http://weather.noaa.gov/cgi-bin/nsd_lookup.pl?station=ESCM
Comment 3 Danielle Madeley 2004-10-22 06:07:39 UTC
Comment on attachment 31206 [details] [review]
Update of the Swedish names in Locations.xml.in to proper UTF-8

Christian,

>-    <_name>Goteborg (Landvetter)</_name>
>+    <_name>Göteborg (Landvetter)</_name>
>     <code>ESGG</code>
>    </location>
>    <location>
>-    <_name>Goteborg (Save)</_name>
>+    <_name>Göteborg (Säve)</_name>
>     <code>ESGP</code>
>    </location>

We now have the <city> tag available in HEAD. So you can have:
 <city>
  <_name>Goteborg</_name>
  <location>
   <_name>Landvetter</_name>
    ...
  </location>
  <location>
   <_name>Save</_name>
    ...
  </location>
 </city>

Also, I assume that none of these cities infact have common names in en_US, so
we should use their correct names. If they do have en_US names, obviously use
those and add a comment for translators.

Feel free to commit to HEAD when cleaned up, no need to file a new patch.
Comment 4 Danielle Madeley 2004-10-30 15:06:23 UTC
Christian, what's the status of this?
Comment 5 Christian Rose 2004-12-17 23:48:32 UTC
Ok, committed update now. Tried to use <city> tags where possible. Yell if I
broke something.
Comment 6 Danielle Madeley 2004-12-18 15:36:27 UTC
Christian, this seems fine. If you have any more markup problems there is a DTD
available that you can use with xmllint.

I'll let you close this if you are happy.
Comment 7 Christian Rose 2004-12-20 09:49:55 UTC
Ok, closing.