fix: translation bug, disable signing for pull req
This commit is contained in:
@@ -125,7 +125,7 @@ class IntroPage extends HookConsumerWidget with PresLogger {
|
||||
_getRegionLocale(jsonData['country']?.toString() ?? "");
|
||||
|
||||
loggy.debug(
|
||||
'Region: ${regionLocale.region} Locale: ${regionLocale.locale}');
|
||||
'Region: ${regionLocale.region} Locale: ${regionLocale.locale}',);
|
||||
await ref
|
||||
.read(regionNotifierProvider.notifier)
|
||||
.update(regionLocale.region);
|
||||
|
||||
Reference in New Issue
Block a user