feat: add translations

This commit is contained in:
2025-05-20 17:21:08 +01:00
parent a0b2275bea
commit b8422291a5
71 changed files with 15419 additions and 176 deletions

View File

@ -68,14 +68,9 @@ class StreamInfoWidget extends StatelessWidget {
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
RichText(
text: TextSpan(
style: TextStyle(color: LAYER_5, fontSize: 14),
children: [
TextSpan(text: "Started "),
TextSpan(text: DateFormat().format(startedDate)),
],
),
Text(
t.stream.started(timestamp: DateFormat().format(startedDate)),
style: TextStyle(color: LAYER_5, fontSize: 14),
),
LiveTimerWidget(started: startedDate),
],