1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-22 21:38:48 +01:00

run flutter l10n gen afterwards

This commit is contained in:
shilangyu 2021-02-28 16:48:25 +01:00
parent f059e2186d
commit 58a429d153

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!");
}