feat: add date math for filters #1342

Merged
konrad merged 88 commits from feature/date-math into main 2022-03-28 17:30:43 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 210a78be86 - Show all commits

View File

@ -30,6 +30,10 @@ const setI18nLanguage = lang => {
}
export const loadLanguageAsync = lang => {
if(!lang) {
return
}
if (
// If the same language
i18n.global.locale === lang ||