Skip to content

Commit

Permalink
release: version 1.14.6
Browse files Browse the repository at this point in the history
- Fixes set language in the translate service.

Co-Authored-by: Johnny Mariéthoz <[email protected]>
  • Loading branch information
jma committed Feb 24, 2022
1 parent c286db4 commit 1b0c0ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rero/ng-core",
"version": "1.14.5",
"version": "1.14.6",
"private": true,
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/rero/ng-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rero/ng-core",
"version": "1.14.5",
"version": "1.14.6",
"description": "RERO angular core library.",
"keywords": [
"rero",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,5 @@ export class TranslateService {
const languages: Array<string> = this._coreConfigService.languages;
this._translateService.addLangs(languages);
this._translateService.setDefaultLang(this._coreConfigService.defaultLanguage);
this.setLanguage(this._coreConfigService.defaultLanguage);
}
}

0 comments on commit 1b0c0ba

Please sign in to comment.