Add more pronouns

This commit is contained in:
Thomas 2024-02-23 15:57:12 +01:00
parent c89df20a25
commit f87c63acec
1 changed files with 8 additions and 0 deletions

View File

@ -20,8 +20,10 @@ public class PronounsHelper {
public static List<String> pronouns = new ArrayList<>() { public static List<String> pronouns = new ArrayList<>() {
{ {
add("pronoun");
add("pronouns"); add("pronouns");
add("pronoms"); add("pronoms");
add("pronom");
add("pronombres"); add("pronombres");
add("לשון פנייה"); add("לשון פנייה");
add("כינויי גוף"); add("כינויי גוף");
@ -29,8 +31,14 @@ public class PronounsHelper {
add("pronomina"); add("pronomina");
add("称谓"); add("称谓");
add("pronomes"); add("pronomes");
add("pronome");
add("pronomi");
add("pronomoj"); add("pronomoj");
add("zaimki"); add("zaimki");
add("voornaamwoorden");
add("riochdairean");
add("כינויי גוף");
add("personlig pronomen");
} }
}; };
} }