Skip to content

Commit

Permalink
Add more signs to Spanish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 31, 2021
1 parent d2fc351 commit d7c2752
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion text_braille_l18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ def es_char_map(char):
"(": 0x2823,
")": 0x281c,
"-": 0x2824,
"‒": 0x2824,
"*": 0x2814,
"=": 0x2836,
"÷": 0x2832,
"+": 0x2816,
"@": 0x2810,

# prefixes
chr(15): 0x2828, # uppercase prefix: https://codepoints.net/U+000F
Expand Down

0 comments on commit d7c2752

Please sign in to comment.