mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
268610e423
4 changed files with 176 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
import { formatDistance } from "date-fns";
|
||||
import type { FormatDistanceOptions } from "date-fns";
|
||||
|
||||
import {
|
||||
ptBR,
|
||||
enUS,
|
||||
|
@ -13,7 +12,7 @@ import {
|
|||
it,
|
||||
be,
|
||||
zhCN,
|
||||
da
|
||||
da,
|
||||
} from "date-fns/locale";
|
||||
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
|
|
@ -57,7 +57,6 @@ i18n
|
|||
},
|
||||
})
|
||||
.then(() => {
|
||||
i18n.changeLanguage("pt-BR");
|
||||
window.electron.updateUserPreferences({ language: i18n.language });
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue