diff options
| author | Jules Aguillon | 2026-05-06 01:16:47 +0200 |
|---|---|---|
| committer | GitHub | 2026-05-06 01:16:47 +0200 |
| commit | 56edba7b18523519048eaf54a9b8abdb5f00651c (patch) | |
| tree | b6c9949fea9b0f15416082ea321e9d2975c5a5b1 /res/values-ko | |
| parent | 11b735bfe8591f120f994733b79e9bf236232103 (diff) | |
| download | unexpected-keyboard-56edba7b18523519048eaf54a9b8abdb5f00651c.tar.gz unexpected-keyboard-56edba7b18523519048eaf54a9b8abdb5f00651c.zip | |
Remove mention of network access from store description (#1280)
This part of the store description is no longer true, as the application
makes a network request when downloading a dictionary.
Diffstat (limited to 'res/values-ko')
| -rw-r--r-- | res/values-ko/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 6fc50d1..59de0e1 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -3,7 +3,7 @@ <string name="app_name_release">Unexpected Keyboard</string> <string name="app_name_debug">Unexpected Keyboard (디버그)</string> <string name="short_description">개발자들을 위한 가벼운 가상 키보드.</string> - <string name="store_description">주요 기능은 모서리 방향으로 키를 스와이프하여 더 많은 문자를 입력할 수 있다는 것입니다.\n\n이 앱은 처음에는 Termux를 사용하는 프로그래머들을 위한 것으로 개발되었습니다.\n지금은 일상적인 용도로도 완벽합니다.\n\n이 응용 프로그램에는 광고가 없으며 네트워크 요청을 하지 않고 오픈 소스입니다.</string> + <string name="store_description">주요 기능은 모서리 방향으로 키를 스와이프하여 더 많은 문자를 입력할 수 있다는 것입니다.\n\n이 앱은 처음에는 Termux를 사용하는 프로그래머들을 위한 것으로 개발되었습니다.\n지금은 일상적인 용도로도 완벽합니다.</string> <string name="pref_portrait">세로 화면</string> <!-- <string name="pref_portrait_unfolded">In portrait mode unfolded</string> --> <string name="pref_landscape">가로 화면</string> |
