branch: externals/guess-language
commit 431c3bdef223da78ae85322ab6a898847fb8b8c1
Author: Titus von der Malsburg <malsb...@posteo.de>
Commit: Titus von der Malsburg <malsb...@posteo.de>

    Documentation: Arabic added
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 02f5fca..d2441f2 100644
--- a/README.org
+++ b/README.org
@@ -16,7 +16,7 @@ Emacs minor mode that detects the language of what you're 
typing.  Automatically
 
 I write a lot of text in multiple languages and was getting tired of 
constantly having to switch the dictionary of my spell-checker.  In true Emacs 
spirit, I decided to dust off my grandpa's parentheses and wrote some code to 
address this problem.  The result is ~guess-language-mode~, a minor mode for 
Emacs that guesses the language of the current paragraph and then changes the 
dictionary of ispell and the language settings of typo-mode.  It also reruns 
Flyspell on the current paragraph, [...]
 
-Currently, the following languages are supported: Czech, Danish, Dutch, 
English, Finnish, French, German, Italian, Norwegian, Polish, Portuguese, 
Russian, Slovak, Slovenian, Spanish, Swedish.  It is very easy to add more 
languages and this repository includes the necessary language statistics for 49 
additional languages.  (These were copied from 
[[https://github.com/kent37/guess-language][guess_language.py]].)
+Currently, the following languages are supported: Arabic, Czech, Danish, 
Dutch, English, Finnish, French, German, Italian, Norwegian, Polish, 
Portuguese, Russian, Slovak, Slovenian, Spanish, Swedish.  It is very easy to 
add more languages and this repository includes the necessary language 
statistics for 49 additional languages.  (These were copied from 
[[https://github.com/kent37/guess-language][guess_language.py]].)
 
 ** Prerequisites
 
@@ -40,6 +40,7 @@ Available languages at this time:
 
 | IDO 639-1 code | Language   |
 |----------------+------------|
+| ~ar~           | Arabic     |
 | ~cs~           | Czech      |
 | ~da~           | Danish     |
 | ~nl~           | Dutch      |

Reply via email to