Skip to content

Commit 785b3c3

Browse files
committed
Adjust version and i18next project type
1 parent d7f440c commit 785b3c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.simplelocalize</groupId>
66
<artifactId>simplelocalize-cli</artifactId>
7-
<version>0.5.0</version>
7+
<version>0.5.1</version>
88
<packaging>jar</packaging>
99
<name>simplelocalize-cli</name>
10-
<description>SimpleLocalize.io i18n key scrapper</description>
10+
<description>SimpleLocalize.io i18n key extractor</description>
1111

1212
<parent>
1313
<groupId>io.micronaut</groupId>

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/i18next";
32+
return "i18next/react-i18next";
3333
}
3434
}

0 commit comments

Comments
 (0)