Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divvun/giellakbd-ios
Open source reimplementation of iOS keyboard with localisation support
https://github.com/divvun/giellakbd-ios
ios keyboard localisation localization
Last synced: 3 months ago
JSON representation
Open source reimplementation of iOS keyboard with localisation support
- Host: GitHub
- URL: https://github.com/divvun/giellakbd-ios
- Owner: divvun
- License: apache-2.0
- Created: 2017-04-26T05:36:54.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:04:54.000Z (7 months ago)
- Last Synced: 2024-04-22T12:41:43.627Z (7 months ago)
- Topics: ios, keyboard, localisation, localization
- Language: Swift
- Homepage:
- Size: 3.22 MB
- Stars: 29
- Watchers: 10
- Forks: 6
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Support: Support/Strings/en.yaml
Awesome Lists containing this project
- low-resource-languages - giellakbd-ios - An open source reimplementation of Apple's native iOS keyboard with a specific focus on support for localised keyboards. Used by [kbdgen](https://github.com/divvun/kbdgen) (see elsewhere on this page). (Software / Utilities)
README
# giellakbd-ios
An open source reimplementation of Apple's native iOS keyboard with a specific focus on support for localised keyboards and support for minority and indigenous languages.
## Building & Running
##### Note: the first build will take a while.
1. [Install Cocoapods](https://cocoapods.org/)
2. `pod install`
3. Open `GiellaKeyboard.xcworkspace`
4. From the target menu in Xcode, select `HostingApp`
5. Run
6. Follow the instructions to enable the keyboard on your device/simulator
7. After enabling, open an app that uses the keyboard, such as Messages, and tap a text field to bring up the keyboard
8. Tap and hold the globe button in the bottom left corner of the keyboard and select "Template Keyboard"
9. Done. You should now see the Divvun nordsamisk keyboard## Sentry
To enable Sentry, add a `SentryDSN` key to the `HostingApp/Supporting Files/Info.plist` file.
### Updating localisations
```
npm i -g technocreatives/i18n-eller
i18n-eller generate swift Support/Strings/en.yaml Support/Strings/*.yaml -o HostingApp
```If you add a new locale, please open an issue to have it added to the language list inside the app.
## Keyboard layouts
This repo does not include any keyboard layouts. It is intended to be used as a template for [kbdgen](https://github.com/divvun/kbdgen), which consumes among other things this codebase, as well as layouts as listed in e.g. [divvun-keyboard](https://github.com/divvun/divvun-keyboard) to produce the actual keyboard app. The keyboard layout specifications are found in the [GiellaLT](https://github.com/giellalt?q=keyboard-&type=&language=) organisation.
## Deploying
Builds can be deployed using the [divvun-keyboard repo](https://github.com/divvun/divvun-keyboard)
## License
`giellakbd-ios` is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.