Script to create 3rd party keyboards for every language supported by Firefox OS native keyboard.
- Python3
- Clone of Gaia
-
Clone this project
-
Add it to your
PATH
$ cd build-3rd-party-keyboard $ export PATH=$PATH:$(pwd)
-
Move to the root of your Gaia clone
$ cd /path/to/your/gaia
-
Run the script
$ build-3rd-party-keyboard.py -l lang
where
lang
is the language that you want to build.
The keyboard was create at /path/to/your/gaia/build_stage/lang-keyboard
. You
can zip it and send to Firefox Marketplace.
Install the 3rd party keyboard from Firefox Marketplace or use App Manager and follow the instructions.