Commit 8175fba4 authored by Muhammadali's avatar Muhammadali

update-

parent 5f957102
{
"name": "boxdialer",
"version": "2.3.9",
"version": "2.4.0",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -5,7 +5,7 @@ const LanguageController = ({ children }) => {
const [languageState, setLanguageState] = useState(null);
const [messagesState, setMessagesState] = useState({});
useEffect(() => {
setLanguageState('ru');
setLanguage('ru');
}, []);
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