Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed household new digit component integration #576

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
1,127 changes: 1,127 additions & 0 deletions apps/health_campaign_field_worker_app/assets/animated_json/alert.json

Large diffs are not rendered by default.

728 changes: 728 additions & 0 deletions apps/health_campaign_field_worker_app/assets/animated_json/error.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import 'package:referral_reconciliation/blocs/app_localization.dart'
as referral_reconciliation_localization;
import 'package:registration_delivery/blocs/app_localization.dart'
as registration_delivery_localization;
import 'package:digit_components/blocs/localization.dart' as component_localization;
import 'package:survey_form/blocs/app_localization.dart'
as survey_form_localization;

Expand Down Expand Up @@ -73,10 +74,6 @@ getAppLocalizationDelegates({
LocalizationLocalRepository().returnLocalizationFromSQL(sql) as Future,
appConfig.languages!,
),
component_localization.ComponentLocalization.getDelegate(
LocalizationLocalRepository().returnLocalizationFromSQL(sql) as Future,
appConfig.languages!,
),
complaints_localization.ComplaintsLocalization.getDelegate(
LocalizationLocalRepository().returnLocalizationFromSQL(sql) as Future,
appConfig.languages!,
Expand Down
Loading
Loading