From: Eli Zaretskii Date: Tue, 25 Apr 2023 09:26:20 +0000 (+0300) Subject: Followup to addition of TUTORIAL.fa X-Git-Tag: emacs-29.0.91~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=524e161a536c1c803f453f286430ba1a4e36694e;p=emacs.git Followup to addition of TUTORIAL.fa * etc/NEWS: Announce addition of TUTORIAL.fa. * etc/tutorials/TUTORIAL.translators (TUTORIAL.fa): New entry. * lisp/language/misc-lang.el ("Persian"): Add tutorial property. --- diff --git a/etc/NEWS b/etc/NEWS index d1e4727ca20..0eb5940dbca 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1563,7 +1563,10 @@ Type 'C-u C-h t' to select it in case your language setup does not do so automatically. --- -*** New Ukrainian translation of the Emacs Tutorial. +*** New Ukrainian translation of the Emacs tutorial. + +--- +*** New Farsi/Persian translation of the Emacs tutorial. --- *** New default phonetic input method for the Tamil language environment. diff --git a/etc/tutorials/TUTORIAL.translators b/etc/tutorials/TUTORIAL.translators index 64d71b61e84..222703cdb9f 100644 --- a/etc/tutorials/TUTORIAL.translators +++ b/etc/tutorials/TUTORIAL.translators @@ -30,6 +30,10 @@ Maintainer: Rafael Sepúlveda Author: Protesilaos Stavrou Maintainer: Protesilaos Stavrou +* TUTORIAL.fa: +Author: Mohsen BANAN +Maintainer: Mohsen BANAN + * TUTORIAL.fr: Author: Éric Jacoboni Maintainer: Éric Jacoboni diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index 8ec1dcaf22b..792155f1de5 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el @@ -74,7 +74,8 @@ and Italian."))) (coding-priority utf-8 iso-8859-6 windows-1256) (input-method . "farsi-transliterate-banan") (sample-text . "Persian فارسی") - (documentation . "Bidirectional editing is supported."))) + (documentation . "Bidirectional editing is supported.") + (tutorial . "TUTORIAL.fa"))) (defcustom arabic-shaper-ZWNJ-handling nil "How to handle ZWNJ (Zero-width Non-Joiner) in Arabic text rendering.