#19 changed hunspell dictionary to de_DE_neu
This commit is contained in:
parent
f80139b34d
commit
53b98f49e9
|
@ -19,7 +19,7 @@ hunspell:
|
||||||
image: tmaier/hunspell:latest
|
image: tmaier/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
- export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||||
- echo $HUNSPELL_FINDINGS
|
- echo $HUNSPELL_FINDINGS
|
||||||
- test "$HUNSPELL_FINDINGS" == ""
|
- test "$HUNSPELL_FINDINGS" == ""
|
||||||
allow_failure: true
|
allow_failure: true
|
Loading…
Reference in New Issue
Block a user