1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Add Greek translation of the tutorial

* etc/tutorials/TUTORIAL.el_GR: Add tutorial in Greek.  It is a
faithful translation of the TUTORIAL.
* etc/tutorials/TUTORIAL.translators (Author): Mention myself as
the author and the maintainer.
* etc/NEWS: Announce it.  (Bug#55314)

* lisp/language/greek.el (set-language-info-alist): Link to the
tutorial and include sample text.
This commit is contained in:
Protesilaos Stavrou 2022-05-08 17:27:48 +03:00 committed by Eli Zaretskii
parent e8ed4317e8
commit fad31cebe1
4 changed files with 1281 additions and 2 deletions

View file

@ -719,7 +719,7 @@ The options 'mouse-wheel-down-alternate-event',
and 'mouse-wheel-right-alternate-event' have been added to better
support systems where two kinds of wheel events can be received.
** Editing complex text layout (CTL) scripts
** Internationalization changes
*** The <Delete> function key now allows deleting the entire composed sequence.
For the details, see the item about the 'delete-forward-char' command
@ -749,6 +749,11 @@ This language environment supports Tirhuta or Mithilaakshar, which is
used to write the Maithili language. A new input method, 'tirhuta',
is provided to type text in this script.
---
*** New Greek translation of the Emacs tutorial.
Type 'C-u C-h t' to select it in case your language setup does not do
so automatically.
* Changes in Specialized Modes and Packages in Emacs 29.1

1268
etc/tutorials/TUTORIAL.el_GR Normal file

File diff suppressed because it is too large Load diff

View file

@ -26,6 +26,10 @@ Maintainer: Dale Gulledge <dsplat@rochester.rr.com>
Author: Rafael Sepúlveda <drs@gnulinux.org.mx>
Maintainer: Rafael Sepúlveda <drs@gnulinux.org.mx>
* TUTORIAL.el_GR:
Author: Protesilaos Stavrou <info@protesilaos.com>
Maintainer: Protesilaos Stavrou <info@protesilaos.com>
* TUTORIAL.fr:
Author: Éric Jacoboni <jaco@teaser.fr>
Maintainer: Éric Jacoboni <jaco@teaser.fr>

View file

@ -79,7 +79,9 @@
(coding-priority greek-iso-8bit)
(nonascii-translation . iso-8859-7)
(input-method . "greek")
(documentation . t)))
(documentation . "Support for Greek ISO-8859-7 using the greek input method.")
(sample-text . "Greek (ελληνικά) Γειά σας")
(tutorial . "TUTORIAL.el_GR")))
(provide 'greek)