mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Add Ukrainian tutorial
* etc/tutorials/TUTORIAL.uk: Create the translation. * lisp/language/cyrillic.el: Link "Emacs Tutorial" to the translation if the system is Ukrainian, and add our modern greeting as a sample text. * etc/NEWS: * etc/tutorials/TUTORIAL.translators: Attribute my work (bug#55250).
This commit is contained in:
parent
3ed29eedfc
commit
4f58d81b44
4 changed files with 1160 additions and 1 deletions
3
etc/NEWS
3
etc/NEWS
|
|
@ -1323,6 +1323,9 @@ supported.
|
||||||
Type 'C-u C-h t' to select it in case your language setup does not do
|
Type 'C-u C-h t' to select it in case your language setup does not do
|
||||||
so automatically.
|
so automatically.
|
||||||
|
|
||||||
|
---
|
||||||
|
*** New Ukrainian translation of the Emacs Tutorial.
|
||||||
|
|
||||||
---
|
---
|
||||||
*** New default phonetic input method for the Tamil language environment.
|
*** New default phonetic input method for the Tamil language environment.
|
||||||
The default input method for the Tamil language environment is now
|
The default input method for the Tamil language environment is now
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,10 @@ Maintainer: Mats Lidell <matsl@contactor.se>
|
||||||
Author: Virach Sornlertlamvanich <virach@nectec.or.th>
|
Author: Virach Sornlertlamvanich <virach@nectec.or.th>
|
||||||
Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th>
|
Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th>
|
||||||
|
|
||||||
|
* TUTORIAL.uk:
|
||||||
|
Author: Denys Nykula <vegan@libre.net.ua>
|
||||||
|
Maintainer: Denys Nykula <vegan@libre.net.ua>
|
||||||
|
|
||||||
* TUTORIAL.zh:
|
* TUTORIAL.zh:
|
||||||
Author: Chao-Hong Liu <chliu@gnu.org>
|
Author: Chao-Hong Liu <chliu@gnu.org>
|
||||||
Maintainer: Chao-Hong Liu <chliu@gnu.org>
|
Maintainer: Chao-Hong Liu <chliu@gnu.org>
|
||||||
|
|
|
||||||
1150
etc/tutorials/TUTORIAL.uk
Normal file
1150
etc/tutorials/TUTORIAL.uk
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -131,11 +131,13 @@ Support for Russian using koi8-r and the russian-computer input method.")
|
||||||
:mime-charset 'koi8-u)
|
:mime-charset 'koi8-u)
|
||||||
|
|
||||||
(set-language-info-alist
|
(set-language-info-alist
|
||||||
"Ukrainian" '((charset koi8-u)
|
"Ukrainian" '((tutorial . "TUTORIAL.uk")
|
||||||
|
(charset koi8-u)
|
||||||
(coding-system koi8-u)
|
(coding-system koi8-u)
|
||||||
(coding-priority koi8-u)
|
(coding-priority koi8-u)
|
||||||
(nonascii-translation . koi8-u)
|
(nonascii-translation . koi8-u)
|
||||||
(input-method . "ukrainian-computer")
|
(input-method . "ukrainian-computer")
|
||||||
|
(sample-text . "Ukrainian (Українська) Слава Україні!")
|
||||||
(documentation
|
(documentation
|
||||||
. "Support for Ukrainian with KOI8-U character set."))
|
. "Support for Ukrainian with KOI8-U character set."))
|
||||||
'("Cyrillic"))
|
'("Cyrillic"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue