Compare commits

...

2 Commits
0.1.0 ... main

Author SHA1 Message Date
29d4c3fe92 Fix building on macOS fails
All checks were successful
Deploy Docs / publish (push) Successful in 16s
SwiftLint / SwiftLint (push) Successful in 3s
2025-01-30 19:37:34 +01:00
be50761963 Remove yml variable
All checks were successful
Deploy Docs / publish (push) Successful in 17s
SwiftLint / SwiftLint (push) Successful in 4s
2024-11-16 22:37:07 +01:00
2 changed files with 0 additions and 6 deletions

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