🌐 Fix translation expiration date (125) (#136)

* 🌐 Fix translation expiration date (125)
This commit is contained in:
Aymeric
2023-07-17 16:43:12 +02:00
committed by GitHub
parent 28ec7c1084
commit d40fac66c0
3 changed files with 18 additions and 2 deletions
@@ -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 {