mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +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