Skip to content

Commit

Permalink
fix: Generate l10n data when organizing the files
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Apr 29, 2024
1 parent ba79493 commit a52f816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/l10n_organizer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ void main() {
const JsonEncoder.withIndent(' ').convert(newContentMap);
file.writeAsString(newContent);
}

Process.run('flutter', ['gen-l10n'], runInShell: true);
}

0 comments on commit a52f816

Please sign in to comment.