Skip to content

Commit 1d2f19c

Browse files
authored
Merge pull request #722 from cmaureir/update-faq
Actualizando información FAQ sobre pospell
2 parents 33b6bb9 + 12ece5e commit 1d2f19c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.overrides/faq.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ pospell. Pospell puede ser instalada en tu entorno de Python empleando pip
2626
Una vez instalado, para chequear el fichero .po sobre el que estás trabajando,
2727
ejecuta desde el directorio principal del repo::
2828

29-
pospell -p dict -l es_AR -l es_ES path/tu_fichero.po
29+
awk 1 dict dictionaries/*.txt > dict.txt
30+
pospell -p dict.txt -l es_AR -l es_ES path/tu_fichero.po
3031

3132
pospell emplea la herramienta de diccionarios hunspell. Si pospell falla dando
3233
como error que no tiene hunspell instalado, lo puedes instalar así:

0 commit comments

Comments
 (0)