Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

keyboard lang #10

Open
mahirekici opened this issue Jan 19, 2017 · 0 comments
Open

keyboard lang #10

mahirekici opened this issue Jan 19, 2017 · 0 comments

Comments

@mahirekici
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant