mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
move footer_notice from lang files to source code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# generated by datamodel-codegen:
|
||||
# filename: en.yaml
|
||||
# timestamp: 2026-08-20T10:40:43+00:00
|
||||
# timestamp: 2026-08-23T14:08:25+00:00
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
@@ -19,11 +19,6 @@ class Channel:
|
||||
short_name: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class Footer:
|
||||
notice: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class Info:
|
||||
description: str
|
||||
@@ -45,7 +40,6 @@ class Announcement:
|
||||
|
||||
@dataclass
|
||||
class Embeds:
|
||||
footer: Footer
|
||||
info: Info
|
||||
announcement: Announcement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user