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

feat: babel-plugin-react-intl to babel-plugin-formatjs migration #332

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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

test:
npm run test
Expand All @@ -17,7 +17,7 @@ precommit:
npm audit

requirements:
npm install --legacy-peer-deps
npm ci --legacy-peer-deps

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