mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-23 06:25:29 +01:00
run flutter l10n gen afterwards
This commit is contained in:
parent
f059e2186d
commit
58a429d153
@ -22,6 +22,8 @@ main(List<String> args) async {
|
|||||||
|
|
||||||
await save(lemmurTranslations);
|
await save(lemmurTranslations);
|
||||||
|
|
||||||
|
await Process.run('flutter', ['gen-l10n']);
|
||||||
|
|
||||||
print("Don't forget to format the arb files!");
|
print("Don't forget to format the arb files!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user