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

@ -7,7 +7,7 @@ part of 'home_game_login_dialog_ui_model.dart';
// **************************************************************************
String _$homeGameLoginUIModelHash() =>
r'bcd5fc6d85345207797dd51253b2608035e1fc36';
r'108812122298cf826ee57ecad3e519b1dc3fd6ce';
/// See also [HomeGameLoginUIModel].
@ProviderFor(HomeGameLoginUIModel)

View File

@ -190,8 +190,8 @@ class _$HomeDownloaderUIStateImpl implements _HomeDownloaderUIState {
.equals(other._waitingTasks, _waitingTasks) &&
const DeepCollectionEquality()
.equals(other._stoppedTasks, _stoppedTasks) &&
(identical(other.globalStat, globalStat) ||
other.globalStat == globalStat));
const DeepCollectionEquality()
.equals(other.globalStat, globalStat));
}
@override
@ -200,7 +200,7 @@ class _$HomeDownloaderUIStateImpl implements _HomeDownloaderUIState {
const DeepCollectionEquality().hash(_tasks),
const DeepCollectionEquality().hash(_waitingTasks),
const DeepCollectionEquality().hash(_stoppedTasks),
globalStat);
const DeepCollectionEquality().hash(globalStat));
@JsonKey(ignore: true)
@override

View File

@ -7,7 +7,7 @@ part of 'home_downloader_ui_model.dart';
// **************************************************************************
String _$homeDownloaderUIModelHash() =>
r'88e1c9a667672d303cb244305dc0aec89d77ffe5';
r'ece2e6da4576b945ead5767aea2ccacf5e3e17aa';
/// See also [HomeDownloaderUIModel].
@ProviderFor(HomeDownloaderUIModel)

View File

@ -7,7 +7,7 @@ part of 'game_doctor_ui_model.dart';
// **************************************************************************
String _$homeGameDoctorUIModelHash() =>
r'10e8103fca9565ee6363c093e1d0bf2bc9e68f41';
r'b4132559510e3e59b1e2e330d9327ff8790df461';
/// See also [HomeGameDoctorUIModel].
@ProviderFor(HomeGameDoctorUIModel)

View File

@ -6,7 +6,7 @@ part of 'home_ui_model.dart';
// RiverpodGenerator
// **************************************************************************
String _$homeUIModelHash() => r'8268fab911b162f2f3f8a5a86449ea15a759569b';
String _$homeUIModelHash() => r'b62026bb0b5ab37c0aed33e0ed018aa9732da58e';
/// See also [HomeUIModel].
@ProviderFor(HomeUIModel)

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)

View File

@ -7,7 +7,7 @@ part of 'performance_ui_model.dart';
// **************************************************************************
String _$homePerformanceUIModelHash() =>
r'0519b95b68b4bffcd940513fa800654c81da2502';
r'6ac9c9adc428120cb5ce71949221064c9e5d9385';
/// See also [HomePerformanceUIModel].
@ProviderFor(HomePerformanceUIModel)