forked from firka/student-legacy
added trans, changed icon
This commit is contained in:
parent
2d4e281682
commit
3211279a53
@ -34,9 +34,9 @@ class MenuOtherSettings extends StatelessWidget {
|
||||
onPressed: () => Navigator.of(context, rootNavigator: true).push(
|
||||
CupertinoPageRoute(builder: (context) => const ExtrasSettingsScreen()),
|
||||
),
|
||||
title: Text("extras".i18n),
|
||||
title: Text("other".i18n),
|
||||
leading: Icon(
|
||||
FeatherIcons.edit,
|
||||
FeatherIcons.hash,
|
||||
size: 22.0,
|
||||
color: AppColors.of(context).text.withOpacity(0.95),
|
||||
),
|
||||
|
@ -7,6 +7,7 @@ extension SettingsLocalization on String {
|
||||
"general": "General",
|
||||
"personalization": "Personalization",
|
||||
"extras": "Extras",
|
||||
"other": "Other",
|
||||
"surprise_grades": "Surprise Grades",
|
||||
"cancel": "Cancel",
|
||||
"done": "Done",
|
||||
@ -33,6 +34,7 @@ extension SettingsLocalization on String {
|
||||
"general": "Általános",
|
||||
"personalization": "Személyre szabás",
|
||||
"extras": "Extrák",
|
||||
"other": "Egyéb",
|
||||
"surprise_grades": "Meglepetés jegyek",
|
||||
"cancel": "Mégse",
|
||||
"done": "Kész",
|
||||
@ -59,6 +61,7 @@ extension SettingsLocalization on String {
|
||||
"general": "Allgemeine",
|
||||
"personalization": "Personalisierung",
|
||||
"extras": "Extras",
|
||||
"other": "Andere",
|
||||
"surprise_grades": "Überraschende Noten",
|
||||
"cancel": "Abbrechen",
|
||||
"done": "Bereit",
|
||||
|
Loading…
x
Reference in New Issue
Block a user