localizely / flutter-intl-intellij

This Android Studio & IntelliJ plugin generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
129 stars 4 forks source link

Where to find untranslated keys? #99

Open iLoveDocs opened 1 year ago

iLoveDocs commented 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:

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.