summaryrefslogtreecommitdiff
path: root/lisp/language
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-05-08 17:27:48 +0300
committerEli Zaretskii <eliz@gnu.org>2022-05-08 18:48:17 +0300
commitfad31cebe174cc35738de943eae8e34038f11b1a (patch)
tree0e53921bb5281c13131cf38e22e092402f08d942 /lisp/language
parente8ed4317e879683872d956cc919d0957fff18531 (diff)
downloademacs-fad31cebe174cc35738de943eae8e34038f11b1a.tar.gz
emacs-fad31cebe174cc35738de943eae8e34038f11b1a.tar.bz2
emacs-fad31cebe174cc35738de943eae8e34038f11b1a.zip
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.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/greek.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/language/greek.el b/lisp/language/greek.el
index 58f4fe6fc49..920cf67d871 100644
--- a/lisp/language/greek.el
+++ b/lisp/language/greek.el
@@ -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)