Skip to content

Commit f635d07

Browse files
committed
Clean up locales
1 parent 2bcc865 commit f635d07

File tree

4 files changed

+249
-232
lines changed

4 files changed

+249
-232
lines changed

src/components/EditorHeader/Modal/Modal.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

src/i18n/i18n.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { gu, gujarati } from "./locales/gu";
2828
import { it, italian } from "./locales/it";
2929
import { ko, korean } from "./locales/ko";
3030
import { od, odia } from "./locales/od";
31-
import { bn, bengali } from "./locales/beng";
31+
import { bn, bengali } from "./locales/bn";
3232

3333
export 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

6464
i18n
@@ -98,7 +98,7 @@ i18n
9898
it,
9999
ko,
100100
od,
101-
bn
101+
bn,
102102
},
103103
});
104104

src/i18n/locales/beng.js

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)