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

keyboard lang #10

@mahirekici

Description

@mahirekici

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions