l10: update common & Lang settings

This commit is contained in:
2024-03-17 16:54:09 +08:00
parent 9d97dfc786
commit 17588dfab8
31 changed files with 1203 additions and 500 deletions

View File

@ -424,6 +424,7 @@ class LocalizationDialogUI extends HookConsumerWidget {
S.current.localization_info_language,
style: const TextStyle(fontSize: 16),
),
const SizedBox(width: 12),
ComboBox<String>(
value: state.selectedLanguage,
items: [

View File

@ -7,7 +7,7 @@ part of 'localization_ui_model.dart';
// **************************************************************************
String _$localizationUIModelHash() =>
r'33c538abcdbfd667e844d0dcb5b8b7d6264794ab';
r'697f9e00ea08729c5debb4d87ffe9fadb5c0ec71';
/// See also [LocalizationUIModel].
@ProviderFor(LocalizationUIModel)