GNOME Bugzilla – Bug 156877
Adding more city for quebec province in Location.xml.in
Last modified: 2004-12-22 21:47:04 UTC
These entries can be added to Canada, in the Quebec section of the file Location.xml.in ie in: <country> <_name>Canada</_name> ... <state> <_name>Quebec</_name> ... New cities: <location> <_name>Sherbrooke</_name> <code>CYSC</code> </location> <location> <_name>Val-d'Or</_name> <code>CYVO</code> </location> <location> <_name>Chibougameau</_name> <code>CYMT</code> </location> <location> <_name>Salluit</_name> <code>CYZG</code> </location> <location> <_name>Inukjuak</_name> <code>CYPH</code> </location> <location> <_name>Kuujuaq</_name> <code>CYVP</code> </location> <location> <_name>Umiujaq</_name> <code>CYMU</code> </location> <location> <_name>Blanc-Sablon</_name> <code>CYBX</code> </location> <location> <_name>Baie-Comeau</_name> <code>CYBC</code> </location> <location> <_name>Gaspe</_name> <code>CYGP</code> </location> <location> <_name>Iles-de-la-Madelaine</_name> <code>CYGR</code> </location> <location> <_name>Havre St-Pierre</_name> <code>CYGV</code> </location> <location> <_name>Roberval</_name> <code>CYRJ</code> </location> <location> <_name>Matagami</_name> <code>CYNM</code> </location> <location> <_name>Rouyn-Noranda</_name> <code>CYUY</code> </location>
Created attachment 33242 [details] [review] Adding the diff for CVS rev 1.21
Comment on attachment 33242 [details] [review] Adding the diff for CVS rev 1.21 >+ <location> >+ <_name>Rouyn-Noranda</_name> >+ <code>CYUY</code> >+ </location> >+ <location> >+ <_name></_name> >+ <code></code> >+ </location> >+ <location> >+ <_name></_name> >+ <code></code> >+ </location> There would seem to be two blank entries at the end, any reason why? > </state>
Oups, sorry, there is no reason, just too much cut and paste...
Yannick, if you provide an updated patch then someone can commit it to HEAD for GNOME 2.9/2.10. I would do it now, but my gweather tree is in a mess ;) I'm adding this to the strings bug so I don't lose it.
Created attachment 33243 [details] [review] Correct patch againts CVS rev 1.21 Remove the unused locations entries in the old patch
Comment on attachment 33243 [details] [review] Correct patch againts CVS rev 1.21 This looks fine, can someone commit this for me please?
Committed to HEAD