forked from firka/student-legacy
fixed translation and checked surprise grade shit
This commit is contained in:
parent
1483c39029
commit
a53b8c7fdb
@ -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(
|
||||
|
@ -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."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user