paescebu / CustomKeyboardKit

Creating custom In App Keyboards with SwiftUI has never been easier!
GNU General Public License v3.0
201 stars 20 forks source link

Language support #29

Open DidarSeyidov opened 4 weeks ago

DidarSeyidov commented 4 weeks ago

Can I integrate system built-in languages with this repo, or should I add manually all required languages

paescebu commented 3 weeks ago

Hi! Can you elaborate on your question?

In general, whatever you want to build with CustomKeyboardKit requires you to build the entirety of the Keyboard layout and functionality from scratch.

Does that answer your question?

Regards!