Skip to content

Commit

Permalink
Automatically determine translation suggestions on load
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Oct 24, 2023
1 parent 682a9db commit 4e95080
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export class TranslationEditService {
entries.sort((a, b) => a.key.localeCompare(b.key));
this._editLocale.next(locale);
this._entries.next(entries);
await this.determineSuggestions(locale);
await this.router.navigate(['translation', 'editor']);
}

Expand Down

0 comments on commit 4e95080

Please sign in to comment.