-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lithuanian layout #395
lithuanian layout #395
Conversation
Check out some of the other language addition PRs. You need to add some things to Types.kt and Utils.kt If you can't do this, lmk and I can. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above.
Changed Types.kt and Utils.kt. Didn't test anything. |
@@ -156,6 +156,7 @@ enum class KeyboardLayout(val title: String, val index: Int) { | |||
ThumbKeyHRv1Symbols("Thumb-Key hrvatski v1 with symbols", 58), | |||
TypeSplitFIv1("Type-Split suomi v1", 59), | |||
ThumbKeyLVLTGv1("Thumb-Key latviešu valoda v1", 60), | |||
ThumbKeyLTv1("Thumb-Key lithuanian v1", 61), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the non-english form: lietuvių kalba
), | ||
) | ||
|
||
val THUMBKEY_EN_V4_SHIFTED = KeyboardC( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variable name is wrong, make sure it compiles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thx!
No description provided.