Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #140 from openedx/abdullahwaheed/react-intl-to-for…
Browse files Browse the repository at this point in the history
…matjs

feat: babel-plugin-react-intl to babel-plugin-formatjs migration
  • Loading branch information
ilee2u authored Oct 11, 2023
2 parents 1c91ca4 + 7626e81 commit 0ebcd32
Show file tree
Hide file tree
Showing 4 changed files with 810 additions and 545 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ coverage
module.config.js

dist/
src/i18n/transifex_input.json
temp/babel-plugin-react-intl

### pyenv ###
.python-version
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ transifex_input = $(i18n)/transifex_input.json


# This directory must match .babelrc .
transifex_temp = ./temp/babel-plugin-react-intl
transifex_temp = ./temp/babel-plugin-formatjs

requirements:
npm install
npm ci

i18n.extract:
# Pulling display strings from .jsx files into .json files...
Expand Down
Loading

0 comments on commit 0ebcd32

Please sign in to comment.