From cdc608574da969fa00104116f763ba0857643839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=A5kansson?= Date: Tue, 30 Apr 2019 10:16:59 +0200 Subject: [PATCH] Remove translator limitations from documentation [ci skip] --- docs/Convert.md | 4 +--- docs/README.md | 5 ----- readme.md | 3 --- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/Convert.md b/docs/Convert.md index e5a0322..41b9995 100644 --- a/docs/Convert.md +++ b/docs/Convert.md @@ -56,9 +56,7 @@ For example: `--preset=/path/to/file.xml` ### locale ### -The locale is very important, because it determines the fall-back language used for braille translation and hyphenation. - -**Note: Depending on the system settings, changing this might be necessary to produce a result, due to the limited set of braille translators available.** +The locale is very important, because it determines the fall-back language used for braille translation and hyphenation. ### outputFormat ### If specified, the output format is determined by the value of this parameter, instead of from the file name extension. diff --git a/docs/README.md b/docs/README.md index e42e590..2305fc9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,11 +34,6 @@ Dotify supports a range of embossers, including popular [Index](http://www.index For details, see the complete list of supported embossers by typing the following command: `dotify list embossers` - -### Translator Limitations ### -Formatting with hyphenation is supported for over 50 languages. Unfortunately, only Swedish _braille_ is supported when -using the following command: -`dotify convert` ## 2 Installation ## You can download a ready-to-run binary variant of this library from diff --git a/readme.md b/readme.md index 980b31e..683dbc3 100644 --- a/readme.md +++ b/readme.md @@ -23,9 +23,6 @@ Less than 10 seconds/book or over 70 braille pages/second (based on a selection Performance could be improved further by utilizing more than one core. -## Limitations ## -Formatting with hyphenation is supported for over 50 languages. Unfortunately, only Swedish _braille_ is supported. However, depending on your requirements, it may be quite simple to add support for another locale. - ## Using ## Download the [latest release](https://github.com/brailleapps/dotify-cli/releases) and unpack it. For more information, see the user guide in the `docs` folder.