mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-20 17:00:30 +00:00
support spell checker for Bengali (Bangladesh) (#11)
This commit is contained in:
parent
b7d4a4dc6c
commit
f397cb3458
2 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -63,6 +63,10 @@
|
|||
android:label="@string/subtype_generic"
|
||||
android:subtypeLocale="pt_BR"
|
||||
/>
|
||||
<subtype
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeLocale="bn_BD"
|
||||
/>
|
||||
<!-- LineageOS additions -->
|
||||
<subtype
|
||||
android:label="@string/subtype_generic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue