Added basis for internationlisation
Currently supported: el_GR, en_US, ar_SA, zh_TW
This commit is contained in:
parent
24eb8e8067
commit
e85f778774
8 changed files with 241 additions and 111 deletions
4
src/context.ts
Normal file
4
src/context.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { createContext } from "react";
|
||||
import { LangType } from "./Chat/types";
|
||||
|
||||
export const LangContext = createContext<LangType>("en_US");
|
Loading…
Add table
Add a link
Reference in a new issue