Commit 8175fba4 authored by Muhammadali's avatar Muhammadali

update-

parent 5f957102
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.3.9", "version": "2.4.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -5,7 +5,7 @@ const LanguageController = ({ children }) => { ...@@ -5,7 +5,7 @@ const LanguageController = ({ children }) => {
const [languageState, setLanguageState] = useState(null); const [languageState, setLanguageState] = useState(null);
const [messagesState, setMessagesState] = useState({}); const [messagesState, setMessagesState] = useState({});
useEffect(() => { useEffect(() => {
setLanguageState('ru'); setLanguage('ru');
}, []); }, []);
const locales = () => { const locales = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment