Fix: convert text to braille

This commit is contained in:
Kujiu 2024-04-30 20:58:53 +02:00
parent c5f633e12a
commit 9a7e9e0423
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
#
function txt_to_ubrl_fr -d "convert text to unicode braille (french table)"
lou_translate fr-bfu-comp8.utb < $argv
lou_translate language:fr dots:8 < $argv
end