Commit 95218211 authored by Muhammadali's avatar Muhammadali

update-

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