fix: lang fack error

parent f6aa78fd
......@@ -253,6 +253,8 @@ export class AppService implements OnInit {
this._http.get('/luna/i18n/' + this.lang + '.json').subscribe(
data => {
this._localStorage.set('lang', JSON.stringify(data));
},
err => {
}
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment