From 9a7e9e042341cb8582109749d13bd602f9c5579b Mon Sep 17 00:00:00 2001 From: "kujiu (@jackrum)" Date: Tue, 30 Apr 2024 20:58:53 +0200 Subject: [PATCH] Fix: convert text to braille --- desktop/.config/fish/functions/txt_to_ubrl_fr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/.config/fish/functions/txt_to_ubrl_fr.fish b/desktop/.config/fish/functions/txt_to_ubrl_fr.fish index 197f833..a1646d6 100755 --- a/desktop/.config/fish/functions/txt_to_ubrl_fr.fish +++ b/desktop/.config/fish/functions/txt_to_ubrl_fr.fish @@ -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