run flutter l10n gen afterwards

This commit is contained in:
shilangyu 2021-02-28 16:48:25 +01:00
parent f059e2186d
commit 58a429d153
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ main(List<String> args) async {
await save(lemmurTranslations);
await Process.run('flutter', ['gen-l10n']);
print("Don't forget to format the arb files!");
}