Skip to content

Commit 91c1508

Browse files
committed
Remove the last non-english doc and simplify spellcheck search
1 parent 8a6d856 commit 91c1508

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

hardware/README-ptBR.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

util/spellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
ROOT=$(git rev-parse --show-toplevel)
99

1010
# This gets us only english .md files at the moment, but is clearly brittle
11-
MARKDOWN_FILES=$(find "$ROOT" -name '*.md' -not -path '**/ptBR/**' -not -path '**/*-ptBR.md' -not -path '**/ja/**' -not -path '**/.*/**')
11+
MARKDOWN_FILES=$(find "$ROOT" -name '*.md' -not -path '**/.*/**')
1212
# Use our local dict for saved words, and use en_US for the main dict
1313
ASPELL="aspell -M --dont-save-repl -p $ROOT/util/aspell.en.pws -d en_US"
1414

0 commit comments

Comments
 (0)