diff --git a/langs/layers/sv.json b/langs/layers/sv.json
index fd555286ac..b13c521154 100644
--- a/langs/layers/sv.json
+++ b/langs/layers/sv.json
@@ -1,34 +1,39 @@
{
- "artwork": {
- "presets": {
- "0": {
- "title": "Konstverk"
- }
+ "artwork": {
+ "presets": {
+ "0": {
+ "title": "Konstverk"
+ }
+ },
+ "title": {
+ "mappings": {
+ "0": {
+ "then": "Konstverk {name}"
+ }
+ },
+ "render": "Konstverk"
+ }
},
- "title": {
- "mappings": {
- "0": {
- "then": "Konstverk {name}"
+ "ghost_bike": {
+ "name": "Spökcykel",
+ "title": {
+ "render": "Spökcykel"
+ },
+ "presets": {
+ "0": {
+ "title": "Spökcykel"
+ }
}
- },
- "render": "Konstverk"
- }
- },
- "ghost_bike": {
- "name": "Spökcykel",
- "title": {
- "render": "Spökcykel"
- }
- },
- "shops": {
- "tagRenderings": {
- "shops-shop": {
- "mappings": {
- "5": {
- "then": "Bilverkstad"
- }
+ },
+ "shops": {
+ "tagRenderings": {
+ "shops-shop": {
+ "mappings": {
+ "5": {
+ "then": "Bilverkstad"
+ }
+ }
+ }
}
- }
}
- }
-}
\ No newline at end of file
+}