fixed translation and checked surprise grade shit

This commit is contained in:
Kima 2024-01-25 17:47:45 +01:00
parent 1483c39029
commit a53b8c7fdb
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ class _SurpriseGradeState extends State<SurpriseGrade>
@override
void initState() {
super.initState();
_revealAnimFade = AnimationController(
vsync: this, duration: const Duration(milliseconds: 500));
_revealAnimScale = AnimationController(

View File

@ -37,7 +37,7 @@ extension Localization on String {
"Grades": "Jegyek",
"Exams": "Számonkérések",
"Messages": "Üzenetek",
"Absences": "Hiányok",
"Absences": "Hiányzások",
"update_available": "Frissítés elérhető",
"missed_exams": "Ezen a héten hiányoztál %s dolgozatról."
.one("Ezen a héten hiányoztál egy dolgozatról."),