1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Another addition to latin-2 input methods

* lisp/leim/quail/latin-pre.el ("latin-2-prefix"):
* lisp/leim/quail/latin-post.el ("latin-2-postfix"): Add variants
of "`t" and "t," for Romanian.  (Bug#51638)

Copyright-paperwork-exempt: yes
This commit is contained in:
Cristian 2021-11-07 02:03:12 +01:00 committed by Eli Zaretskii
parent d5bb053809
commit 35ff4f800b
2 changed files with 4 additions and 4 deletions

View file

@ -256,7 +256,7 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\='
("S'" )
("S," "ŞȘ") ; the second variant is for Romanian
("S~" )
("T," )
("T," "ŢȚ") ; the second variant is for Romanian
("T~" )
("U'" )
("U:" )
@ -297,7 +297,7 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\='
("s," "şș") ; the second variant is for Romanian
("s/" )
("s~" )
("t," )
("t," "ţț") ; the second variant is for Romanian
("t~" )
("u'" )
("u:" )

View file

@ -541,14 +541,14 @@ Key translation rules are:
("`E" )
("`L" )
("`S" "ŞȘ")
("`T" )
("`T" "ŢȚ") ; the second variant is for Romanian
("`Z" )
("`a" )
("`l" )
("`c" )
("`e" )
("`s" "şș")
("`t" )
("`t" "ţț") ; the second variant is for Romanian
("`z" )
("``" )
("`." )