🌐 Fix translation expiration date (125) (#136)
* 🌐 Fix translation expiration date (125)
This commit is contained in:
@@ -69,6 +69,10 @@ class LanguagesService extends Observable {
|
||||
this.notify();
|
||||
}
|
||||
|
||||
getLanguage(): string {
|
||||
return this.language;
|
||||
}
|
||||
|
||||
t(route: string, parameters: any[] = [], fallback?: string) {
|
||||
let replace: any = {};
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user