Skip to content

Commit

Permalink
Amend install message to reflect the dropped i18n dependency (#11789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Dec 29, 2024
1 parent d96cc40 commit 8bcd0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/commands/setup/i18n/i18nHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export const handler = async ({ force }) => {
[
{
title:
'Install i18n, i18next, react-i18next and i18next-browser-languagedetector',
'Install i18next, react-i18next and i18next-browser-languagedetector',
task: async () => {
/**
* Install i18n, i18next, react-i18next and i18next-browser-languagedetector
* Install i18next, react-i18next and i18next-browser-languagedetector
*/
await execa('yarn', [
'workspace',
Expand Down

0 comments on commit 8bcd0dd

Please sign in to comment.