Merge branch 'claude/mystifying-meitner-3b8553': fix Asturian boot-splash locale

This commit is contained in:
vjrj 2026-07-10 20:23:38 +02:00
commit a96049dd36
2 changed files with 3 additions and 2 deletions

View file

@ -267,7 +267,6 @@ class TaneApp extends StatelessWidget {
/// localizations can serve. Asturian (`ast`) has none, so it borrows Spanish
/// (`es`) for the framework chrome; the app's own strings stay Asturian (they
/// come from slang, not from `Localizations`). All other locales pass through.
@visibleForTesting
Locale materialLocaleFor(Locale locale) =>
locale.languageCode == 'ast' ? const Locale('es') : locale;