mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
# Conflicts: # lib/providers/base_provider.dart # lib/providers/gym_state.dart # lib/providers/gym_state.g.dart # lib/widgets/routines/gym_mode/log_page.dart # test/core/settings_test.mocks.dart # test/exercises/contribute_exercise_image_test.mocks.dart # test/gallery/gallery_form_test.mocks.dart # test/gallery/gallery_screen_test.mocks.dart # test/measurements/measurement_provider_test.mocks.dart # test/nutrition/nutritional_plan_screen_test.mocks.dart # test/nutrition/nutritional_plans_screen_test.mocks.dart # test/routine/gym_mode/gym_mode_test.mocks.dart # test/routine/routine_screen_test.mocks.dart # test/routine/routines_provider_test.mocks.dart # test/routine/routines_screen_test.mocks.dart # test/user/provider_test.mocks.dart # test/weight/weight_provider_test.mocks.dart # test/widgets/routines/gym_mode/log_page_test.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