diff options
| author | Jules Aguillon | 2025-01-02 11:08:04 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-01-02 11:08:04 +0100 |
| commit | 56c62a005d0afde3f525da9beb47c2ac834cb7df (patch) | |
| tree | ca51af0ee0cf1bcf4995b9ce851f239163802d4a /res/values-it | |
| parent | 115eda408496ec5bf149fe23525786fcdcfb5257 (diff) | |
| download | unexpected-keyboard-56c62a005d0afde3f525da9beb47c2ac834cb7df.tar.gz unexpected-keyboard-56c62a005d0afde3f525da9beb47c2ac834cb7df.zip | |
Add zwj, zwnj, nbsp, nnbsp to extra keys preferences
Diffstat (limited to 'res/values-it')
| -rw-r--r-- | res/values-it/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 8e86f94..74ddf3b 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -122,6 +122,10 @@ This application contains no ads, doesn't make any network requests and is Open <!-- <string name="key_descr_end">End</string> --> <!-- <string name="key_descr_clipboard">Clipboard manager</string> --> <!-- <string name="key_descr_combining">Combining diacritic</string> --> + <!-- <string name="key_descr_zwj">Zero width joiner</string> --> + <!-- <string name="key_descr_zwnj">Zero width non-joiner</string> --> + <!-- <string name="key_descr_nbsp">Non-breaking space</string> --> + <!-- <string name="key_descr_nnbsp">Narrow non-breaking space</string> --> <!-- <string name="clipboard_history_heading">Recently copied text</string> --> <!-- <string name="clipboard_pin_heading">Pinned</string> --> <!-- <string name="clipboard_remove_confirm">Remove this clipboard?</string> --> |
