mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
add variants of multi-letter "specials" that mix case
This commit is contained in:
parent
75d11d7d95
commit
bc1c8d0769
1 changed files with 5 additions and 4 deletions
|
@ -35,10 +35,11 @@ endif
|
|||
endif
|
||||
endif
|
||||
|
||||
|
||||
LANG_SPECIAL_INFO = \
|
||||
"L·L L-L ĿL l·l l-l ŀl" $(PBITMS)/large_ll.pbitm $(PBITMS)/small_ll.pbitm \
|
||||
"NY ny" $(PBITMS)/large_ny.pbitm $(PBITMS)/small_ny.pbitm \
|
||||
"QU qu" $(PBITMS)/large_qu.pbitm $(PBITMS)/small_qu.pbitm \
|
||||
"L·L L·l l·L l·l L-L L-l l-L l-l ĿL ŀl" $(PBITMS)/large_ll.pbitm $(PBITMS)/small_ll.pbitm \
|
||||
"NY Ny nY ny" $(PBITMS)/large_ny.pbitm $(PBITMS)/small_ny.pbitm \
|
||||
"QU Qu qU qu" $(PBITMS)/large_qu.pbitm $(PBITMS)/small_qu.pbitm \
|
||||
|
||||
include ../Makefile.langcommon
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue