We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044713e commit cb9a7c9Copy full SHA for cb9a7c9
Makefile
@@ -89,6 +89,8 @@ progress: venv
89
90
.PHONY: spell
91
spell: venv
92
+ # 'cat' tenia el problema que algunos archivos no tenían una nueva línea al final
93
+ # 'awk 1' agregará una nueva línea en caso que falte.
94
awk 1 dict dictionaries/*.txt > dict.txt
95
$(VENV)/bin/pospell -p dict.txt -l es_ES **/*.po
96
0 commit comments