Compare commits
No commits in common. "main" and "0.1.0" have entirely different histories.
@ -48,6 +48,12 @@ 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()) }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user