1
0
Fork 0
* added Korean language

* fokin context no more messing up everything in the InputModes

* no more unnecessary textField and inputType passing in the InputModes

* a single source of truth for the InputMode kind

* ModePredictive -> ModeWords

* no more db queries to increase the priority of emojis and special chars

* Korean virtual keypad

* more consistent displaying of the ABC string

* sorted out the labels of 1-key and 0-key in numeric modes

* documentation update
This commit is contained in:
Dimo Karaivanov 2024-11-28 13:20:49 +02:00 committed by GitHub
parent f3c701fd55
commit 5a108dcda9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
107 changed files with 13010 additions and 609 deletions

View file

@ -65,6 +65,7 @@
<string name="pref_category_function_keys">Klavye Kısayolları</string>
<string name="pref_category_keypad">Tuş Takımı</string>
<string name="char_space">Boşluk</string>
<string name="function_add_word_not_available">Bu dilde kelime eklemek mümkün değil.</string>
<string name="function_backspace">Geri Tuşu</string>
<string name="setup_keyboard_status">Durum</string>
<string name="setup_default_keyboard">Varsayılan Klavyeyi Seçin</string>
@ -136,6 +137,7 @@
<string name="function_show_command_palette">Komut listesini göster</string>
<string name="function_filter_clear">Filtre Temizle</string>
<string name="function_filter_suggestions">Tahminleri Filtrele</string>
<string name="function_filter_suggestions_not_available">Bu dilde filtreleme mümkün değil.</string>
<string name="function_previous_suggestion">Önceki Tahmin</string>
<string name="function_next_suggestion">Sonraki Tahmin</string>
<string name="function_next_language">Sonraki Dil</string>