Commit 5f957102 authored by Muhammadali's avatar Muhammadali

update-

parent 46808b6a
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.3.8", "version": "2.3.9",
"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(() => {
setLanguage('ru'); setLanguageState('ru');
}, []); }, []);
const locales = () => { const locales = () => {
......
{ {
"APP_APPNAME": "AloVoice Dialer En", "APP_APPNAME": "AloVoice Dialer En",
"FREE":"Online", "FREE": "Online",
"TOTOP":"Meeting", "TOTOP": "Meeting",
"OUTCALLS":"Out calls", "OUTCALLS": "Out calls",
"HOME":"Work finished" "HOME": "Work finished"
} }
\ No newline at end of file
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