You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
Hello i need to do these settings for arabic keyboard?
I replaced it with arabic scripts for files
Word completion not working
task parseTextInputFiles(type: com.anysoftkeyboard.tools.generatewordslist.GenerateWordsListTask) { inputFiles new File(project.getProjectDir(), "dictionary/NY_STATE_ASSEMBLY_TRANSCRIPT_20120621.txt"), //Download the archive from https://dumps.wikimedia.org/other/static_html_dumps/current/simple/ new File(project.getProjectDir(), "dictionary/First_English_Civil_War_Wikipedia.htm") outputWordsListFile new File(project.getProjectDir(), "dictionary/words_from_texts.xml") wordCharacters "يوهنملكقفغعظطضصشسزرذدخحجثتبا".toCharArray() additionalInnerCharacters "".toCharArray() locale Locale.forLanguageTag('ar') }
This part is correct
wordCharacters "يوهنملكقفغعظطضصشسزرذدخحجثتبا".toCharArray() additionalInnerCharacters "".toCharArray() locale Locale.forLanguageTag('ar')
The text was updated successfully, but these errors were encountered: