- Notifications
You must be signed in to change notification settings - Fork395
Use one dictionary per file#547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We had a lot of conflict using a shared `dict` file for all the PRs. We areusing a simpler approach now where we create a dictionary file per .potranslated to avoid this conflicts.When calling pospell, we concatenate all these files together and use the resultto call pospell properly.
quizás deberíamos agregar el |
Buen punto. Ahí lo puse.
Sí, lo dejé ahí de ejemplo para tener un archivo dentro de ese directorio. |
We had a lot of conflict using a shared
dict
file for all the PRs. We areusing a simpler approach now where we create a dictionary file per .po
translated to avoid this conflicts.
When calling pospell, we concatenate all these files together and use the result
to call pospell properly.