scribe-org/Scribe-iOS

Add Hebrew keyboard

Open

#134 建立於 2022年2月12日

在 GitHub 查看
 (11 留言) (0 反應) (1 負責人)Swift (106 fork)auto 404
-priority-help wantednew keyboard

倉庫指標

Star
 (167 star)
PR 合併指標
 (PR 指標待抓取)

描述

Terms

Language support

Hebrew has tons of language data support on Wikidata and could be added soon. The language has masculine and feminine genders, and appears to conjugate verbs using first, second, and third person along with singular and plural. The 3x2 conjugation display would thus be used.

Contribution

I'd be happy to work on this, and it may be focussed on in a future release :)

What's needed

  • A Hebrew directory added to Keyboards/LanguageKeyboards that includes a HebrewKeyboardViewController.swift file
  • Hebrew language keyboard values and logic added to HEInterfaceVariables.swift in the above directory
  • Hebrew language keyboard commands added to HECommandVariables.swift in the above directory
  • Fine tuning the WDQS queries found in Scribe-Data/Data/Hebrew
  • Writing formatting Python scripts and adding them to Scribe-Data/Data/Hebrew
  • Add Hebrew keyboard specific logic to KeyboardViewController.swift
  • Setting up alternate key functions if there are keys that have them that aren't already implemented
  • Adding all the formatted JSON data to a Data directory in the new directory and updating the data table in the readme

貢獻者指南