From 665cd3b0dd3bd2ad91c601554417cfec0eec54a2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 5 Sep 2024 02:55:50 +0200 Subject: [PATCH] Themes: add 'hacklab' as option to hackerspaces --- assets/layers/hackerspace/hackerspace.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/layers/hackerspace/hackerspace.json b/assets/layers/hackerspace/hackerspace.json index fe5bea9543..5cf6bfbaed 100644 --- a/assets/layers/hackerspace/hackerspace.json +++ b/assets/layers/hackerspace/hackerspace.json @@ -192,6 +192,12 @@ "ca": "Aquest és un espai hacker tradicional (orientat al software)", "cs": "Toto je tradiční (softwarově orientovaný) hackerský prostor" } + }, + { + "if": "hackerspace=hacklab", + "then": { + "en": "This is a hacklab which is mostly focussed on basic computer skills, using recycled devices and/or providing internet to the community. This is typically located in autonomous spaces, squats or social facilities" + } } ] },