Fix build, remove no longer used 'favourite layers

This commit is contained in:
Pieter Vander Vennet 2022-06-22 20:18:17 +02:00
parent 98c6113cbe
commit 174a0e1852
7 changed files with 149 additions and 32 deletions

View file

@ -3895,6 +3895,37 @@
}
},
"tagRenderings": {
"6": {
"renderings": {
"0": {
"mappings": {
"0": {
"then": "There is {device-name} available at this hackerspace"
},
"1": {
"then": "There is no {negative-name} available at this hackerspace"
}
},
"question": "Is {device-name} available at this hackerspace?"
}
},
"rewrite": {
"into": {
"0": {
"1": "a 3D-printer",
"2": "3D-printer"
},
"1": {
"1": "a laser cutter",
"2": "laser cutter"
},
"2": {
"1": "a CNC drill",
"2": "CNC drill"
}
}
}
},
"hackerspaces-name": {
"question": "What is the name of this hackerspace?",
"render": "This hackerspace is named <b>{name}</b>"

View file

@ -2612,6 +2612,28 @@
"render": "Mapa"
}
},
"maxspeed": {
"name": "Velocidad",
"tagRenderings": {
"maxspeed-maxspeed": {
"question": "Qué velocidad tiene"
}
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "kilómetros/hora",
"humanShort": "km/h"
},
"1": {
"human": "millas/hora",
"humanShort": "mph"
}
}
}
}
},
"nature_reserve": {
"description": "",
"tagRenderings": {

View file

@ -3824,6 +3824,37 @@
}
},
"tagRenderings": {
"6": {
"renderings": {
"0": {
"mappings": {
"0": {
"then": "Er is {device-name} beschikbaar in deze hackerspace"
},
"1": {
"then": "Er is geen {negative-name} beschikbaar in deze hackerspace"
}
},
"question": "Is er {device-name} beschikbaar in deze hackerspace?"
}
},
"rewrite": {
"into": {
"0": {
"1": "een 3D-printer",
"2": "3D-printer"
},
"1": {
"1": "een lasercutter",
"2": "lasercutter"
},
"2": {
"1": "een CNC-boormachine",
"2": "CNC-boormachine"
}
}
}
},
"hackerspaces-name": {
"question": "Wat is de naam van deze hackerspace?",
"render": "Deze hackerspace heet <b>{name}</b>"