add Korean support as its the main thing keeping me away from uwing it full time
Contributor guide
Tech stack
javaandroid
Domain
mobile
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
3-5 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
None
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
The issue requests adding Korean language support for the OpenBoard keyboard app. To implement this, you need to create Korean string resources (e.g., res/values ko/strings.xml) and possibly add a Korean keyboard layout (e.g., res/xml/kbd korean.xml) and a dictionary. Review existing language support in the repository for reference. Check comments for any specific requirements from maintainers or users, and ensure the keyboard follows Android's input method conventions.
Support for Korean · openboard-team/openboard#24 | Good First Issue