mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-25 16:40:58 -05:00
chore: update language defns
This commit is contained in:
parent
7bc806ec63
commit
71e689ece3
2 changed files with 2 additions and 1 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit b82f164c251e8f67b526de8f187a7ce1ba555176
|
Subproject commit 14d51d68a579ee3796837cd16deda4281f83c923
|
|
@ -1,6 +1,7 @@
|
||||||
import "./styles/index.scss";
|
import "./styles/index.scss";
|
||||||
import { render } from "preact";
|
import { render } from "preact";
|
||||||
|
|
||||||
|
import "../external/lang/Languages.patch";
|
||||||
import { App } from "./pages/app";
|
import { App } from "./pages/app";
|
||||||
import "./updateWorker";
|
import "./updateWorker";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue