Skip to content

Commit

Permalink
[i18n] Integrate 7.9.1 Translations (#76391)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Bamieh and elasticmachine authored Sep 3, 2020
1 parent 26d16dd commit df44fea
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 756 deletions.
2 changes: 2 additions & 0 deletions src/dev/run_i18n_integrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ run(
const reporter = new ErrorReporter();
const messages: Map<string, { message: string }> = new Map();
await list.run({ messages, reporter });
process.exitCode = 0;
} catch (error) {
process.exitCode = 1;
if (error instanceof ErrorReporter) {
Expand All @@ -120,6 +121,7 @@ run(
log.error(error);
}
}
process.exit();
},
{
flags: {
Expand Down
Loading

0 comments on commit df44fea

Please sign in to comment.