Import old content, load from disk
This commit is contained in:
@ -6,3 +6,7 @@ enum ContentLanguage: String {
|
||||
|
||||
case german = "de"
|
||||
}
|
||||
|
||||
extension ContentLanguage: Codable {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user