emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/guess-language 431c3bd 053/101: Documentation: Arabic a


From: Stefan Monnier
Subject: [elpa] externals/guess-language 431c3bd 053/101: Documentation: Arabic added
Date: Sat, 23 Feb 2019 10:34:41 -0500 (EST)

branch: externals/guess-language
commit 431c3bdef223da78ae85322ab6a898847fb8b8c1
Author: Titus von der Malsburg <address@hidden>
Commit: Titus von der Malsburg <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]