mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
use sowpods list from freescrabbledictionary.com
This commit is contained in:
parent
f50c1191b5
commit
fe2a623a5a
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@
|
|||
XWLANG = SOWPODS
|
||||
LANGCODE = en_US
|
||||
TARGET_TYPE = WINCE
|
||||
DICTNOTE = "Used in Scrabble™ tournaments especially outside the US"
|
||||
DICTNOTE = "from http://www.freescrabbledictionary.com/sowpods.txt, Feb. 2014"
|
||||
|
||||
include ../Makefile.langcommon
|
||||
|
||||
SOURCEDICT ?= $(XWDICTPATH)/English/sow-twl.txt.gz
|
||||
SOURCEDICT ?= $(XWDICTPATH)/English/sowpods.txt.gz
|
||||
|
||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||
zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \
|
||||
|
|
Loading…
Reference in a new issue