[libgweather] Make sure all city names are marked translatable



commit 20a270755e7a5ea74425c996a0c5763d48aff09f
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu Dec 22 15:42:19 2016 +0100

    Make sure all city names are marked translatable

 data/Locations.xml.in |   54 ++++++++++++++++++++++++------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index 5264c82..feb7a6b 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -1739,13 +1739,13 @@
       </timezones>
       <tz-hint>Africa/Windhoek</tz-hint>
       <city>
-       <name>Windhoek</name>
-       <coordinates>-22.57 17.083611</coordinates>
-       <location>
-         <name>Hosea Kutako International Airport</name>
-         <code>FYWH</code>
-         <coordinates>-22.486667 17.4625</coordinates>
-       </location>
+        <_name>Windhoek</_name>
+        <coordinates>-22.57 17.083611</coordinates>
+        <location>
+          <name>Hosea Kutako International Airport</name>
+          <code>FYWH</code>
+          <coordinates>-22.486667 17.4625</coordinates>
+        </location>
       </city>
     </country>
     <country>
@@ -1802,12 +1802,12 @@
       </timezones>
       <tz-hint>Africa/Lagos</tz-hint>
       <city>
-       <name>Abuja</name>
-       <coordinates>9.0066666667 7.2630555556</coordinates>
-       <location>
-         <name>Abuja</name>
-         <code>DNAA</code>
-         <coordinates>9.0066666667 7.2630555556</coordinates>
+        <_name>Abuja</_name>
+        <coordinates>9.0066666667 7.2630555556</coordinates>
+        <location>
+          <name>Abuja</name>
+          <code>DNAA</code>
+          <coordinates>9.0066666667 7.2630555556</coordinates>
         </location>
       </city>
       <city>
@@ -2806,7 +2806,7 @@
       </timezones>
       <tz-hint>Antarctica/McMurdo</tz-hint>
       <city>
-        <name>Amundsen-Scott South Pole Station</name>
+        <_name>Amundsen-Scott South Pole Station</_name>
         <coordinates>-90.000000 00.000000</coordinates>
         <!-- An American research station in Antarctica, which keeps
              the same time as New Zealand.
@@ -3563,18 +3563,18 @@
       </timezones>
       <tz-hint>Asia/Tbilisi</tz-hint>
       <state>
-       <name>Tbilisi</name>
-       <fips-code>GG51</fips-code>
-       <!-- A city in Georgia -->
-       <city>
-         <name>Tbilisi</name>
-         <coordinates>25.038889 102.718333</coordinates>
-         <location>
-           <name>Tbilisi</name>
-           <code>TBS</code>
-           <coordinates>41.669167 44.954722</coordinates>
-         </location>
-       </city>
+        <_name>Tbilisi</_name>
+        <fips-code>GG51</fips-code>
+        <!-- A city in Georgia -->
+        <city>
+          <_name>Tbilisi</_name>
+          <coordinates>25.038889 102.718333</coordinates>
+          <location>
+            <name>Tbilisi</name>
+            <code>TBS</code>
+            <coordinates>41.669167 44.954722</coordinates>
+          </location>
+        </city>
       </state>
     </country>
     <country>
@@ -32577,7 +32577,7 @@
           </location>
         </city>
         <city>
-          <name msgctxt="City in Colorado, United States">Boulder</name>
+          <_name msgctxt="City in Colorado, United States">Boulder</_name>
           <coordinates>40.019444 -105.292778</coordinates>
           <location>
             <name>Boulder Municipal Airport</name>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]