mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-13 00:23:24 -07:00
feat: keyboard shortcuts
This commit is contained in:
parent
d19bf07382
commit
ff2218d03a
48 changed files with 243 additions and 102 deletions
|
@ -3,8 +3,6 @@ import languageDetector from "i18next-browser-languagedetector";
|
|||
import { initReactI18next } from "react-i18next";
|
||||
import Backend from "i18next-http-backend";
|
||||
|
||||
const userLanguage = window.navigator.language;
|
||||
|
||||
i18n
|
||||
.use(languageDetector)
|
||||
.use(initReactI18next)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue