This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Description
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')