Add Hungarian (#509)
--------- Co-authored-by: agyarmati <agyarmati@surfline.com> Co-authored-by: sspanak <doftor.livain@gmail.com>
This commit is contained in:
parent
a6c81a764d
commit
9a13272fdc
4 changed files with 709905 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ public class SoftNumberKey extends SoftKey {
|
|||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
ArrayList<String> chars = language.getKeyCharacters(number);
|
||||
for (int i = 0; i < 5 && i < chars.size(); i++) {
|
||||
for (int i = 0; sb.length() < 5 && i < chars.size(); i++) {
|
||||
String currentLetter = chars.get(i);
|
||||
if (
|
||||
(isLatinBased && currentLetter.charAt(0) > 'z')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue