Merge branch 'claude/mystifying-meitner-3b8553': fix Asturian boot-splash locale
This commit is contained in:
commit
a96049dd36
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue