Import old content, load from disk

This commit is contained in:
Christoph Hagen
2024-11-18 20:19:20 +01:00
parent 0989f06d87
commit 943d8d962b
24 changed files with 1326 additions and 210 deletions

View File

@ -6,3 +6,7 @@ enum ContentLanguage: String {
case german = "de"
}
extension ContentLanguage: Codable {
}