Skip to content

Commit

Permalink
Merge pull request #400 from abdullahwaheed/abdullahwaheed/react-intl…
Browse files Browse the repository at this point in the history
…-to-formatjs

feat: babel-plugin-react-intl to babel-plugin-formatjs migration
  • Loading branch information
kenclary authored Oct 11, 2023
2 parents b55b86c + 71fd5fb commit 2377ead
Show file tree
Hide file tree
Showing 4 changed files with 1,538 additions and 1,450 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,8 @@ dist
module.config.js

### Code editors ###
.vscode
.vscode

### translation temps
src/i18n/transifex_input.json
temp/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ i18n = ./src/i18n
transifex_input = $(i18n)/transifex_input.json

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

build:
rm -rf ./dist
Expand All @@ -17,7 +17,7 @@ build:
@rm -rf dist/__mocks__

requirements:
npm install
npm ci

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

0 comments on commit 2377ead

Please sign in to comment.