diff options
| author | Matej Drobnič | 2025-05-22 23:54:13 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-22 23:54:13 +0200 |
| commit | 97355881a855c5d2503f7e518c1e30fc03f88d4e (patch) | |
| tree | f9abbdb522c1d4dfc478b6716430ef5afdceee0d /res/values-ko/strings.xml | |
| parent | a7312054b56ad3bdbc62d03c774b5942db9852e9 (diff) | |
| download | unexpected-keyboard-97355881a855c5d2503f7e518c1e30fc03f88d4e.tar.gz unexpected-keyboard-97355881a855c5d2503f7e518c1e30fc03f88d4e.zip | |
Better support for foldable devices (#982)
* Add AndroidX WindowManager
unfortunately, this seems to be the only way to get fold state, native Android APIs are internal. To add this, we need to update some dependencies, raise java version and raise compile SDK.
* adds separate layouts and separate layout settings for folded and unfolded state of the device.
The affected settings are:
+ the margin bottom settings
+ the horizontal margin settings
+ the keyboard height settings
* Update shell.nix
Diffstat (limited to 'res/values-ko/strings.xml')
| -rw-r--r-- | res/values-ko/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index dadb7e4..5be9f9f 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -5,7 +5,9 @@ <string name="short_description">개발자들을 위한 가벼운 가상 키보드.</string> <string name="store_description">주요 기능은 모서리 방향으로 키를 스와이프하여 더 많은 문자를 입력할 수 있다는 것입니다.\n\n이 앱은 처음에는 Termux를 사용하는 프로그래머들을 위한 것으로 개발되었습니다.\n지금은 일상적인 용도로도 완벽합니다.\n\n이 응용 프로그램에는 광고가 없으며 네트워크 요청을 하지 않고 오픈 소스입니다.</string> <string name="pref_portrait">세로 화면</string> + <!-- <string name="pref_portrait_unfolded">In portrait mode unfolded</string> --> <string name="pref_landscape">가로 화면</string> + <!-- <string name="pref_landscape_unfolded">In landscape mode unfolded</string> --> <string name="pref_category_layout">레이아웃</string> <string name="pref_label_brightness">라벨 밝기 조절</string> <string name="pref_keyboard_opacity">키보드 배경 불투명도 조절</string> |
