generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 16
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 (#200)
- Loading branch information
Showing
22 changed files
with
3 additions
and
1,011 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 |
---|---|---|
|
@@ -18,3 +18,5 @@ temp/babel-plugin-react-intl | |
*~ | ||
/temp | ||
/.vscode | ||
|
||
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,51 +1 @@ | ||
import { messages as headerMessages } from '@edx/frontend-component-header'; | ||
import { messages as footerMessages } from '@edx/frontend-component-footer'; | ||
import { messages as paragonMessages } from '@openedx/paragon'; | ||
|
||
import arMessages from './messages/ar.json'; | ||
import caMessages from './messages/ca.json'; | ||
import dedeMessages from './messages/de_DE.json'; | ||
import frcaMessages from './messages/fr_CA.json'; | ||
import hiMessages from './messages/hi.json'; | ||
import ititMessages from './messages/it_IT.json'; | ||
import ptptMessages from './messages/pt_PT.json'; | ||
// no need to import en messages-- they are in the defaultMessage field | ||
import es419Messages from './messages/es_419.json'; | ||
import frMessages from './messages/fr.json'; | ||
import zhcnMessages from './messages/zh_CN.json'; | ||
import heMessages from './messages/he.json'; | ||
import idMessages from './messages/id.json'; | ||
import kokrMessages from './messages/ko_kr.json'; | ||
import plMessages from './messages/pl.json'; | ||
import ptbrMessages from './messages/pt_br.json'; | ||
import ruMessages from './messages/ru.json'; | ||
import thMessages from './messages/th.json'; | ||
import ukMessages from './messages/uk.json'; | ||
|
||
const appMessages = { | ||
ar: arMessages, | ||
'es-419': es419Messages, | ||
fr: frMessages, | ||
'zh-cn': zhcnMessages, | ||
ca: caMessages, | ||
he: heMessages, | ||
id: idMessages, | ||
'ko-kr': kokrMessages, | ||
pl: plMessages, | ||
'pt-br': ptbrMessages, | ||
ru: ruMessages, | ||
th: thMessages, | ||
uk: ukMessages, | ||
'de-de': dedeMessages, | ||
'fr-ca': frcaMessages, | ||
hi: hiMessages, | ||
'it-it': ititMessages, | ||
'pt-pt': ptptMessages, | ||
}; | ||
|
||
export default [ | ||
headerMessages, | ||
footerMessages, | ||
paragonMessages, | ||
appMessages, | ||
]; | ||
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.
Oops, something went wrong.