Compare commits

..

No commits in common. "main" and "0.1.0" have entirely different histories.
main ... 0.1.0

2 changed files with 6 additions and 0 deletions

View File

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