diff options
| author | Jules Aguillon | 2024-02-10 18:03:09 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-02-10 18:10:49 +0100 |
| commit | f4d88cc0876ec29ff46dbda0159168ebee637afb (patch) | |
| tree | 72c96a25e03f187307c1e738ca4aeb990ce3ba85 /res/values-fa | |
| parent | d5676d683f031a2d23f4e01e0ada0afd58dc9b89 (diff) | |
| download | unexpected-keyboard-f4d88cc0876ec29ff46dbda0159168ebee637afb.tar.gz unexpected-keyboard-f4d88cc0876ec29ff46dbda0159168ebee637afb.zip | |
Fix various linter warnings
Among others:
- Use `apply` instead of `commit` when saving shared preferences.
- Avoid inlined Api
- Remove unused resources
Diffstat (limited to 'res/values-fa')
| -rw-r--r-- | res/values-fa/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index d3fdeb2..1cbc7c7 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -35,8 +35,6 @@ This application contains no ads, doesn't make any network requests and is Open <string name="pref_extra_keys_title">افزودن کلیدها به صفحه کلید</string> <!-- <string name="pref_extra_keys_custom">Add custom keys</string> --> <!-- <string name="pref_extra_keys_internal">Select keys to add to the keyboard</string> --> - <string name="pref_second_layout_title">طرح دوم</string> - <string name="pref_second_layout_none">هیچ</string> <string name="pref_category_typing">درحال نوشتن</string> <string name="pref_swipe_dist_title">فاصله کشیدن</string> <string name="pref_swipe_dist_summary">فاصله حروف از گوشههای کلیدها )(%s)</string> @@ -90,6 +88,7 @@ This application contains no ads, doesn't make any network requests and is Open <string name="launcher_description">این برنامه یک صفحه کلید مجازی است. با کلیک روی گزینه زیر به تنظیمات سامانه بروید و صفحه کلید غیرمنتظره را فعال کنید.</string> <string name="launcher_sourcecode">این یک برنامه متن باز و آزاد است. شما میتوانید کد منبع را در گیتهاب پیدا کرده و نیز باگها را گزارش کنید.</string> <string name="launcher_tryhere">بعد از فعالسازی، صفحه کلید را اینجا امتحان کنید:</string> + <!-- <string name="launcher_tryhere_hint">Try here</string> --> <!-- <string name="key_descr_capslock">Caps lock</string> --> <!-- <string name="key_descr_switch_greekmath">Greek & math symbols</string> --> <!-- <string name="key_descr_change_method">Switch keyboard</string> --> @@ -110,5 +109,4 @@ This application contains no ads, doesn't make any network requests and is Open <!-- <string name="key_descr_page_down">Page Down</string> --> <!-- <string name="key_descr_home">Home</string> --> <!-- <string name="key_descr_end">End</string> --> - <string name="pref_category_advanced">پیشرفته</string> </resources> |
