mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
# Conflicts: # lib/main.dart # lib/models/workouts/log.dart # lib/models/workouts/session.g.dart # lib/providers/exercises.dart # lib/providers/gym_state.g.dart # lib/providers/wger_base_riverpod.dart # lib/screens/dashboard.dart # lib/screens/home_tabs_screen.dart # lib/widgets/core/app_bar.dart # lib/widgets/core/settings.dart # lib/widgets/dashboard/calendar.dart # lib/widgets/dashboard/widgets/weight.dart # lib/widgets/routines/gym_mode/log_page.dart # lib/widgets/routines/gym_mode/summary.dart # lib/widgets/routines/logs/day_logs_container.dart # lib/widgets/routines/logs/exercises_expansion_card.dart # pubspec.lock # pubspec.yaml # test/core/settings_test.dart # test/core/settings_test.mocks.dart # test/exercises/contribute_exercise_test.mocks.dart # test/exercises/exercise_provider_db_test.dart # test/exercises/exercise_provider_test.dart # test/routine/gym_mode/gym_mode_test.mocks.dart # test/routine/routine_logs_screen_test.dart # test/routine/routine_logs_screen_test.mocks.dart # test/routine/routines_provider_test.mocks.dart # test/routine/routines_screen_test.mocks.dart # test/weight/weight_provider_test.mocks.dart # test/weight/weight_screen_test.mocks.dart
Translations for the app
These files are usually edited on weblate, and not directly in the repo:
https://hosted.weblate.org/engage/wger/
Maintenance
Find keys that are not used in the code anymore:
flutter pub add --dev translations_cleaner
flutter pub run translations_cleaner list-unused-terms
Remove unused keys from the arb files (this removes both key as well as @key):
cd lib/l10n
dart remove_keys.dart arbKey1 anotherArbKey