lpdumas / gw2cartographers

A Guild Wars 2 map project
gw2cartographers.com
19 stars 8 forks source link

data_translation for area summaries #39

Closed lpdumas closed 12 years ago

lpdumas commented 12 years ago
Areas = [
  { 
    data_translation: { 
      en : { name : "Divinity's Reach" },
      fr   : { name : "Le Promontoire divin"}
    },
    rangeLvl : "",
    summary : {
         "hearts" : 0,
         "waypoints" : 13,
         "skillpoints" : 0,
         "poi" : 20,
         "dungeons" : 0 
     },
     "neLat" : "43.19591001164034", "neLng" : "-31.519775390625", "swLat" : "33.44977658311853", "swLng" : "-45.955810546875"
 }
]
jsilvestre commented 12 years ago

This is now backend business, I add it to the todo :D