-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: remove Transifex calls for OEP-58
- Loading branch information
1 parent
4698b11
commit 94d2083
Showing
19 changed files
with
11 additions
and
6,861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ module.config.js | |
|
||
# Local environment overrides | ||
.env.private | ||
|
||
src/i18n/messages/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1 @@ | ||
import { messages as footerMessages } from '@edx/frontend-component-footer'; | ||
import { messages as headerMessages } from '@edx/frontend-component-header'; | ||
import { messages as paragonMessages } from '@openedx/paragon'; | ||
|
||
import arMessages from './messages/ar.json'; | ||
import frMessages from './messages/fr.json'; | ||
import es419Messages from './messages/es_419.json'; | ||
import zhcnMessages from './messages/zh_CN.json'; | ||
import ptMessages from './messages/pt.json'; | ||
import itMessages from './messages/it.json'; | ||
import ukMessages from './messages/uk.json'; | ||
import deMessages from './messages/de.json'; | ||
import ruMessages from './messages/ru.json'; | ||
import hiMessages from './messages/hi.json'; | ||
import faIRMessages from './messages/fa_IR.json'; | ||
import frCAMessages from './messages/fr_CA.json'; | ||
import dedeCAMessages from './messages/de_DE.json'; | ||
import ititCAMessages from './messages/it_IT.json'; | ||
import ptptCAMessages from './messages/pt_PT.json'; | ||
// no need to import en messages-- they are in the defaultMessage field | ||
|
||
const appMessages = { | ||
ar: arMessages, | ||
'es-419': es419Messages, | ||
fr: frMessages, | ||
'zh-cn': zhcnMessages, | ||
pt: ptMessages, | ||
it: itMessages, | ||
de: deMessages, | ||
hi: hiMessages, | ||
'fa-ir': faIRMessages, | ||
'fr-ca': frCAMessages, | ||
ru: ruMessages, | ||
uk: ukMessages, | ||
'de-de': dedeCAMessages, | ||
'it-it': ititCAMessages, | ||
'pt-pt': ptptCAMessages, | ||
}; | ||
|
||
export default [ | ||
paragonMessages, | ||
appMessages, | ||
footerMessages, | ||
headerMessages, | ||
]; | ||
export default []; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.