Skip to content

Commit

Permalink
feat!: remove Transifex calls for OEP-58
Browse files Browse the repository at this point in the history
  • Loading branch information
hopewise committed Oct 28, 2023
1 parent 017f349 commit a40128e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
transifex_utils = ./node_modules/.bin/transifex-utils.js
intl_imports = ./node_modules/frontend-platform-shim/node_modules/.bin/intl-imports.js
intl_imports = ./node_modules/frontend-platform/node_modules/.bin/intl-imports.js

i18n = ./src/i18n
transifex_input = $(i18n)/transifex_input.json
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@edx/frontend-enterprise-hotjar": "1.3.0",
"@edx/frontend-enterprise-logistration": "3.2.0",
"@edx/frontend-enterprise-utils": "3.2.0",
"@edx/frontend-platform": "4.0.1",
"@edx/frontend-platform": "4.1.0",
"@edx/paragon": "20.46.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -44,8 +44,7 @@
"dash-embedded-component": "file:packages/dash-embedded-component-2.0.2.tgz",
"dayjs": "^1.11.9",
"file-saver": "1.3.8",
"font-awesome": "4.7.0",
"frontend-platform-shim": "file:packages/frontend-platform-shim",
"font-awesome": "4.7.0",
"history": "4.10.1",
"html-react-parser": "3.0.7",
"jest-environment-jsdom": "26.6.1",
Expand Down
11 changes: 0 additions & 11 deletions packages/frontend-platform-shim/package.json

This file was deleted.

6 changes: 1 addition & 5 deletions src/i18n/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import { messages as paragonMessages } from '@edx/paragon';

export default [
paragonMessages,
];
export default [];

0 comments on commit a40128e

Please sign in to comment.