abouttreesummaryrefslogcommitdiff
path: root/res/values-fa/strings.xml
diff options
context:
space:
mode:
authorMatej Drobnič2025-05-22 23:54:13 +0200
committerGitHub2025-05-22 23:54:13 +0200
commit97355881a855c5d2503f7e518c1e30fc03f88d4e (patch)
treef9abbdb522c1d4dfc478b6716430ef5afdceee0d /res/values-fa/strings.xml
parenta7312054b56ad3bdbc62d03c774b5942db9852e9 (diff)
downloadunexpected-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-fa/strings.xml')
-rw-r--r--res/values-fa/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 52b004b..8e2b20c 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -5,7 +5,9 @@
<!-- <string name="short_description">Lightweight and privacy-conscious virtual keyboard for Android.</string> -->
<!-- <string name="store_description">The main feature is that you can type more characters by swiping the keys towards the corners.\n\nThis application was originally designed for programmers using Termux.\nNow perfect for everyday use.\n\nThis application contains no ads, doesn\'t make any network requests and is Open Source.</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>