made everything use localizations
fixed one last localization
This commit is contained in:
@@ -34,7 +34,7 @@ class LetzterNiederschlagState extends State<LetzterNiederschlag> {
|
||||
),
|
||||
DropdownMenuItem<String>(
|
||||
value: "nacht",
|
||||
child: Text(AppLocalizations.of(context)!.nacht),
|
||||
child: Text(AppLocalizations.of(context)!.letzteNacht),
|
||||
),
|
||||
DropdownMenuItem<String>(
|
||||
value: "vortag",
|
||||
|
||||
Reference in New Issue
Block a user