keyboards icon indicating copy to clipboard operation
keyboards copied to clipboard

[barakunji] Initial submission of the Barakunji (Devanagari) keyboard

Open kilacoda opened this issue 8 months ago • 4 comments

This is a swipe, multitap and longpress based keyboard for Devanagari that I made.

I tried following the instructions in the Advanced Guide for Keyboard Submissions, but ended up with an error from the build.sh:

image

$ ./build.sh release/b/barakunji/
--- Only building release release/b/barakunji/ ---
Building barakunji
Keyman Developer Compiler (32-bit)
Version 16.0.138, Copyright c SIL International.  All Rights Reserved.

barakunji.keyboard_info: No schema has succeeded for root.languages but anyOf/oneOf them should have worked.
  one schema failed because: root.languages is object, but required type is array
  one schema failed because: unknown property 'examples' in object 'root.languages.hi'

barakunji.keyboard_info: Failure: File barakunji.keyboard_info has errors.
Failed to validate barakunji.keyboard_info in release/b/barakunji/
Aborting with error 1

kilacoda avatar May 28 '24 04:05 kilacoda