Commit 95218211 authored by Muhammadali's avatar Muhammadali

update-

parent b6a0bedc
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.5.4", "version": "4.5.5",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -43,10 +43,10 @@ const LanguageController = ({ children }) => { ...@@ -43,10 +43,10 @@ const LanguageController = ({ children }) => {
switch (lang) { switch (lang) {
case 'ru': case 'ru':
return import('../static/locale/ru.json'); return import('../static/locale/ru.json');
case 'en': // case 'en':
return import('../static/locale/en.json'); // return import('../static/locale/en.json');
case 'uz': // case 'uz':
return import('../static/locale/uz.json'); // return import('../static/locale/uz.json');
default: default:
throw new Error('Language not supported'); throw new Error('Language not supported');
} }
......
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