π- The letters and numbers so my son can have some fun typing on the computer!
git clone https://github.com/ericadamski/alphabet-keys.git && cd alphabet-keys
yarn install
yarn start
- Add a new locale file in src/data/emojis/
- Import the new locale file at the top of src/data/emojis/index.js
- Add the new lang file to the
allLangs
array in src/data/languages.js to make it available in the language menu. - Spread the new locale data in the default export at the bottom of src/data/languages.js to make it available in the exported
SUPPORTED_LANGS
object.
- Add the new lang file to the
- Done!