forked from firka/student-legacy
fixed grades page translation
This commit is contained in:
parent
0768dc9404
commit
090b0ccc85
@ -268,7 +268,7 @@ class GradesPageState extends State<GradesPage> {
|
||||
title: Padding(
|
||||
padding: const EdgeInsets.only(left: 8.0),
|
||||
child: Text(
|
||||
"Grades".i18n,
|
||||
"page_title_grades".i18n,
|
||||
style: TextStyle(
|
||||
color: AppColors.of(context).text,
|
||||
fontSize: 32.0,
|
||||
|
@ -576,7 +576,7 @@ class GradesPageState extends State<GradesPage> {
|
||||
title: Padding(
|
||||
padding: const EdgeInsets.only(left: 8.0),
|
||||
child: Text(
|
||||
"Grades".i18n,
|
||||
"page_title_grades".i18n,
|
||||
style: Provider.of<SettingsProvider>(context).fontFamily !=
|
||||
'' &&
|
||||
Provider.of<SettingsProvider>(context).titleOnlyFont
|
||||
|
@ -31,7 +31,8 @@ extension Localization on String {
|
||||
"grade_calc": "Grade Calculator",
|
||||
},
|
||||
"hu_hu": {
|
||||
"Grades": "Tantárgyak",
|
||||
"Grades": "Jegyek",
|
||||
"page_title_grades": "Tantárgyak",
|
||||
"Ghost Grades": "Szellem jegyek",
|
||||
"Subjects": "Tantárgyaid",
|
||||
"Subjects_changes": "Tantárgyi változások",
|
||||
|
Loading…
x
Reference in New Issue
Block a user