l10n: en-Shaw
This commit is contained in:
parent
1c828c3cf6
commit
cce5b1fced
3 changed files with 15 additions and 13 deletions
|
@ -49,7 +49,7 @@ import 'package:event_bus/event_bus.dart';
|
|||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter_localization_nn/flutter_localization_nn.dart';
|
||||
import 'package:flutter_localizations_plus/flutter_localizations_plus.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:latlong2/latlong.dart';
|
||||
import 'package:overlay_support/overlay_support.dart';
|
||||
|
@ -305,8 +305,10 @@ class _AvesAppState extends State<AvesApp> with WidgetsBindingObserver {
|
|||
themeMode: themeBrightness.appThemeMode,
|
||||
locale: settingsLocale,
|
||||
localizationsDelegates: const [
|
||||
...AppLocalizations.localizationsDelegates,
|
||||
// order matters for resolution of sublocales (e.g. `en_Shaw` before `en`)
|
||||
...LocalizationsEnShaw.delegates,
|
||||
...LocalizationsNn.delegates,
|
||||
...AppLocalizations.localizationsDelegates,
|
||||
],
|
||||
supportedLocales: AvesApp.supportedLocales,
|
||||
scrollBehavior: AvesScrollBehavior(),
|
||||
|
|
18
pubspec.lock
18
pubspec.lock
|
@ -527,20 +527,20 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "5.0.0"
|
||||
flutter_localization_nn:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: HEAD
|
||||
resolved-ref: f35b88327b98a1494426cf40ff7c30281cc7f937
|
||||
url: "https://github.com/deckerst/flutter_localization_nn.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
flutter_localizations:
|
||||
dependency: "direct main"
|
||||
description: flutter
|
||||
source: sdk
|
||||
version: "0.0.0"
|
||||
flutter_localizations_plus:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: HEAD
|
||||
resolved-ref: "3ce50168ea196acc8d18e09377a3e88bb13cb125"
|
||||
url: "https://github.com/deckerst/flutter_localizations_plus.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
flutter_map:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -71,9 +71,9 @@ dependencies:
|
|||
fluster:
|
||||
flutter_displaymode:
|
||||
flutter_highlight:
|
||||
flutter_localization_nn:
|
||||
flutter_localizations_plus:
|
||||
git:
|
||||
url: https://github.com/deckerst/flutter_localization_nn.git
|
||||
url: https://github.com/deckerst/flutter_localizations_plus.git
|
||||
flutter_map:
|
||||
flutter_markdown:
|
||||
flutter_staggered_animations:
|
||||
|
|
Loading…
Reference in a new issue