fix: Properly localized dates in native player

This commit is contained in:
PartyDonut 2025-10-18 21:15:35 +02:00
parent 829bc3e34c
commit d2b8a855f3
7 changed files with 90 additions and 15 deletions

View file

@ -25,6 +25,7 @@ abstract class TranslationsPigeon {
String chapters(int count);
String nextUpInSeconds(int seconds);
String hoursAndMinutes(String time);
String endsAt(String time);
}