Skip to content

Commit e934a29

Browse files
committed
Change i18next/react-i18next to i18next/i18next
1 parent 785b3c3 commit e934a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/simplelocalize/cli/processor/processor/IEighteenNextProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public ProcessResult process(Path searchDirectory) {
2929

3030
@Override
3131
public String getProjectTypeSupport() {
32-
return "i18next/react-i18next";
32+
return "i18next/i18next";
3333
}
3434
}

0 commit comments

Comments
 (0)