Skip to content

Use one dictionary per file#547

Merged
humitos merged 2 commits into3.8from
dict-faq
Jul 13, 2020
Merged

Use one dictionary per file#547
humitos merged 2 commits into3.8from
dict-faq

Conversation

@humitos
Copy link
Copy Markdown
Collaborator

@humitos humitos commented Jul 11, 2020

We had a lot of conflict using a shared dict file for all the PRs. We are
using 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.

We had a lot of conflict using a shared `dict` file for all the PRs. We are
using 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.
@humitos humitos requested review from cmaureir and raulcd July 11, 2020 11:07
@cmaureir
Copy link
Copy Markdown
Collaborator

quizás deberíamos agregar el dict.txt al .gitignore, ya que puede que la gente lo agregue cuando hace el build local.
Agregaste el archivo dictionaries/library_decimal.txt para cuando la gente lea la documentación el archivo exista? o se te pasó?

@humitos
Copy link
Copy Markdown
Collaborator Author

humitos commented Jul 11, 2020

quizás deberíamos agregar el dict.txt al .gitignore, ya que puede que la gente lo agregue cuando hace el build local.

Buen punto. Ahí lo puse.

Agregaste el archivo dictionaries/library_decimal.txt para cuando la gente lea la documentación el archivo exista? o se te pasó?

Sí, lo dejé ahí de ejemplo para tener un archivo dentro de ese directorio.

@humitos humitos merged commit 6ed4ada into 3.8 Jul 13, 2020
@humitos humitos deleted the dict-faq branch July 13, 2020 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants