We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b6bb9 commit 12ece5eCopy full SHA for 12ece5e
.overrides/faq.rst
@@ -26,7 +26,8 @@ pospell. Pospell puede ser instalada en tu entorno de Python empleando pip
26
Una vez instalado, para chequear el fichero .po sobre el que estás trabajando,
27
ejecuta desde el directorio principal del repo::
28
29
- pospell -p dict -l es_AR -l es_ES path/tu_fichero.po
+ awk 1 dict dictionaries/*.txt > dict.txt
30
+ pospell -p dict.txt -l es_AR -l es_ES path/tu_fichero.po
31
32
pospell emplea la herramienta de diccionarios hunspell. Si pospell falla dando
33
como error que no tiene hunspell instalado, lo puedes instalar así:
0 commit comments