8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1c74a commit 1667bb7Copy full SHA for 1667bb7
Makefile
@@ -89,8 +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.
+ # 'cat' tenia el problema que algunos archivos no tenÃan una nueva lÃnea al final
+ # '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