Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit d141a61

Browse files
committed
Add Italian and Dutch languages
1 parent 2c2ecec commit d141a61

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CorrectorSoftcatala/src/main/java/org/softcatala/corrector/LanguageToolRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public class LanguageToolRequest {
5252
{"br", "br-FR"},
5353
{"eo", "eo"},
5454
{"ru", "ru-RU"},
55+
{"nl", "nl"},
56+
{"it", "it"}
5557
};
5658
private String m_language;
5759

CorrectorSoftcatala/src/main/res/xml/spellchecker.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,12 @@
6666
android:label="@string/subtype_generic"
6767
android:subtypeLocale="uk"
6868
/>
69+
<subtype
70+
android:label="@string/subtype_generic"
71+
android:subtypeLocale="it"
72+
/>
73+
<subtype
74+
android:label="@string/subtype_generic"
75+
android:subtypeLocale="nl"
76+
/>
6977
</spell-checker>

0 commit comments

Comments
 (0)