File tree Expand file tree Collapse file tree 4 files changed +249
-232
lines changed Expand file tree Collapse file tree 4 files changed +249
-232
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ export default function Modal({
148148 database : database === DB . GENERIC ? importDb : database ,
149149 } ) ;
150150 } catch ( err ) {
151- console . log ( err )
152151 setError ( {
153152 type : STATUS . ERROR ,
154153 message :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { gu, gujarati } from "./locales/gu";
2828import { it , italian } from "./locales/it" ;
2929import { ko , korean } from "./locales/ko" ;
3030import { od , odia } from "./locales/od" ;
31- import { bn , bengali } from "./locales/beng " ;
31+ import { bn , bengali } from "./locales/bn " ;
3232
3333export const languages = [
3434 english ,
@@ -58,7 +58,7 @@ export const languages = [
5858 italian ,
5959 korean ,
6060 odia ,
61- bengali
61+ bengali ,
6262] . sort ( ( a , b ) => a . name . localeCompare ( b . name ) ) ;
6363
6464i18n
9898 it,
9999 ko,
100100 od,
101- bn
101+ bn,
102102 } ,
103103 } ) ;
104104
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments