l10n.yaml-- base registry (for auto-detection)macos/Runner/Info.plistios/Runner/Info.plist
lib/l10n/app_*.arb-- labelslib/l10n/index.dart-- registry, and mapping with design typeassets/l10n-- descriptions
Export into CSV:
# All labels
dart run grinder export-translations
# Specific languages
dart run grinder export-translations --filter="en|be"
# Single language
dart run grinder export-translations --filter=enTo import changes back into the project from CSV:
dart run grinder import-translations --file=localization_{hash-code}.csvNOTE: Do not change the filename. It'll be used to prepare a diff between your changes and the state, when you've exported them, since some of them might be changed already by other members.