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({
148
148
database : database === DB . GENERIC ? importDb : database ,
149
149
} ) ;
150
150
} catch ( err ) {
151
- console . log ( err )
152
151
setError ( {
153
152
type : STATUS . ERROR ,
154
153
message :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { gu, gujarati } from "./locales/gu";
28
28
import { it , italian } from "./locales/it" ;
29
29
import { ko , korean } from "./locales/ko" ;
30
30
import { od , odia } from "./locales/od" ;
31
- import { bn , bengali } from "./locales/beng " ;
31
+ import { bn , bengali } from "./locales/bn " ;
32
32
33
33
export const languages = [
34
34
english ,
@@ -58,7 +58,7 @@ export const languages = [
58
58
italian ,
59
59
korean ,
60
60
odia ,
61
- bengali
61
+ bengali ,
62
62
] . sort ( ( a , b ) => a . name . localeCompare ( b . name ) ) ;
63
63
64
64
i18n
98
98
it,
99
99
ko,
100
100
od,
101
- bn
101
+ bn,
102
102
} ,
103
103
} ) ;
104
104
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments