added trans, changed icon

This commit is contained in:
Zypherift 2024-08-14 23:05:22 +02:00
parent 2d4e281682
commit 3211279a53
2 changed files with 5 additions and 2 deletions

View File

@ -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),
),

View File

@ -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",