From be50761963ad4fbd145e8b17fb6edd902d08913b Mon Sep 17 00:00:00 2001 From: david-swift Date: Sat, 16 Nov 2024 22:37:07 +0100 Subject: [PATCH] Remove yml variable --- Sources/GenerationLibrary/Generation.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Sources/GenerationLibrary/Generation.swift b/Sources/GenerationLibrary/Generation.swift index c7ec4c2..3f4d93f 100644 --- a/Sources/GenerationLibrary/Generation.swift +++ b/Sources/GenerationLibrary/Generation.swift @@ -48,12 +48,6 @@ public enum Generation { """ public enum Localized { - public static var yml: String { - \""" - \(indent(yml, by: indentTwo)) - \""" - } - \(generateEnumCases(dictionary: dictionary)) public var string: String { string(for: System.getLanguage()) }