Remove yml variable
All checks were successful
Deploy Docs / publish (push) Successful in 17s
SwiftLint / SwiftLint (push) Successful in 4s

This commit is contained in:
david-swift 2024-11-16 22:37:07 +01:00
parent 97d086a7bb
commit be50761963

View File

@ -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()) }