support spell checker for Bengali (Bangladesh) (#11)

This commit is contained in:
Md. Rifat Hasan Jihan 2023-07-08 17:13:05 +06:00 committed by GitHub
parent b7d4a4dc6c
commit f397cb3458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -125,6 +125,8 @@ public final class AndroidSpellCheckerService extends SpellCheckerService
return "bulgarian";
case ScriptUtils.SCRIPT_GEORGIAN:
return "georgian";
case ScriptUtils.SCRIPT_BENGALI:
return "bengali_unijoy";
default:
throw new RuntimeException("Wrong script supplied: " + script);
}