Open iLoveDocs opened 1 year ago
flutter_localization provide a way to specify a file where untranslated keys can be stored. You can specify that in l10n.yaml file:
flutter_localization
l10n.yaml
untranslated-messages-file: foo.txt
Next time, you run flutter gen-l10n, all untranslated messages will be visible in that file. But I don't see any option in Flutter Intl plugin.
flutter gen-l10n
Flutter Intl
flutter_localization
provide a way to specify a file where untranslated keys can be stored. You can specify that inl10n.yaml
file:Next time, you run
flutter gen-l10n
, all untranslated messages will be visible in that file. But I don't see any option inFlutter Intl
plugin.