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