Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Kachalov committed Nov 18, 2020
1 parent 5b7be67 commit 6e5b270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ void main(List<String> args) async {
/// creating examples or translating strings
///
if (createFiles) {
await _createLocalizedFiles(langCodes, dirPath);
_createLocalizedFiles(langCodes, dirPath);
}
if (translateFiles) {
await _translateLocalizedFiles(langCodes, dirPath, options);
_translateLocalizedFiles(langCodes, dirPath, options);
}
}

Expand Down

0 comments on commit 6e5b270

Please sign in to comment.