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-es | |
| 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-es')
| -rw-r--r-- | res/values-es/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 9653309..b1e0abd 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -122,6 +122,10 @@ La misma no contiene ningún anuncio/publicidad, no realiza peticiones de red y <string name="key_descr_end">Fin</string> <string name="key_descr_clipboard">Arreglar portapapeles</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">Textos recién copiados</string> <string name="clipboard_pin_heading">Pegado</string> <string name="clipboard_remove_confirm">¿Sacar este portapapeles?</string> |
