Skip to content

Commit

Permalink
Clean up locales
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilit committed Sep 16, 2024
1 parent 2bcc865 commit f635d07
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 232 deletions.
1 change: 0 additions & 1 deletion src/components/EditorHeader/Modal/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export default function Modal({
database: database === DB.GENERIC ? importDb : database,
});
} catch (err) {
console.log(err)
setError({
type: STATUS.ERROR,
message:
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { gu, gujarati } from "./locales/gu";
import { it, italian } from "./locales/it";
import { ko, korean } from "./locales/ko";
import { od, odia } from "./locales/od";
import { bn, bengali } from "./locales/beng";
import { bn, bengali } from "./locales/bn";

export const languages = [
english,
Expand Down Expand Up @@ -58,7 +58,7 @@ export const languages = [
italian,
korean,
odia,
bengali
bengali,
].sort((a, b) => a.name.localeCompare(b.name));

i18n
Expand Down Expand Up @@ -98,7 +98,7 @@ i18n
it,
ko,
od,
bn
bn,
},
});

Expand Down
228 changes: 0 additions & 228 deletions src/i18n/locales/beng.js

This file was deleted.

Loading

0 comments on commit f635d07

Please sign in to comment.