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:
parent
e8ed4317e8
commit
fad31cebe1
4 changed files with 1281 additions and 2 deletions
7
etc/NEWS
7
etc/NEWS
|
|
@ -719,7 +719,7 @@ The options 'mouse-wheel-down-alternate-event',
|
||||||
and 'mouse-wheel-right-alternate-event' have been added to better
|
and 'mouse-wheel-right-alternate-event' have been added to better
|
||||||
support systems where two kinds of wheel events can be received.
|
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.
|
*** The <Delete> function key now allows deleting the entire composed sequence.
|
||||||
For the details, see the item about the 'delete-forward-char' command
|
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',
|
used to write the Maithili language. A new input method, 'tirhuta',
|
||||||
is provided to type text in this script.
|
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
|
* Changes in Specialized Modes and Packages in Emacs 29.1
|
||||||
|
|
||||||
|
|
|
||||||
1268
etc/tutorials/TUTORIAL.el_GR
Normal file
1268
etc/tutorials/TUTORIAL.el_GR
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -26,6 +26,10 @@ Maintainer: Dale Gulledge <dsplat@rochester.rr.com>
|
||||||
Author: Rafael Sepúlveda <drs@gnulinux.org.mx>
|
Author: Rafael Sepúlveda <drs@gnulinux.org.mx>
|
||||||
Maintainer: 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:
|
* TUTORIAL.fr:
|
||||||
Author: Éric Jacoboni <jaco@teaser.fr>
|
Author: Éric Jacoboni <jaco@teaser.fr>
|
||||||
Maintainer: Éric Jacoboni <jaco@teaser.fr>
|
Maintainer: Éric Jacoboni <jaco@teaser.fr>
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,9 @@
|
||||||
(coding-priority greek-iso-8bit)
|
(coding-priority greek-iso-8bit)
|
||||||
(nonascii-translation . iso-8859-7)
|
(nonascii-translation . iso-8859-7)
|
||||||
(input-method . "greek")
|
(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)
|
(provide 'greek)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue