Files
flutter/lib/l10n
Roland Geider dce1b79683 Merge branch 'master' into feature/trophies
# 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
2026-01-16 16:54:08 +01:00
..
2025-08-06 20:01:50 +00:00
2025-12-14 22:16:43 +01:00
2025-12-21 20:40:20 +01:00
2025-10-29 11:34:33 +01:00
2025-10-29 11:34:31 +01:00
2026-01-14 14:59:23 +01:00
2025-07-10 10:02:05 +00:00
2025-10-29 11:34:36 +01:00
2025-10-29 11:34:37 +01:00
2025-06-17 13:51:32 +02:00
2025-12-23 15:50:32 +01:00
2025-09-22 14:27:27 +02:00
2025-09-22 14:27:25 +02:00
2025-09-22 14:27:29 +02:00
2025-09-22 14:27:32 +02:00
2025-05-22 13:24:39 +00:00
2025-10-29 11:34:29 +01:00
2025-05-22 13:24:33 +00:00
2025-12-17 17:18:21 +01:00

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