Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add translation content json files to .pretterignore #1083

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

peps
Copy link
Collaborator

@peps peps commented Nov 19, 2024

Whenever I make a change to the translation json files in /public/locales/en/*.json it changes the format for the whole file, which is annoying and a little risky. Merge conflicts are more common and we should be able to track the specific changes within these files when doing code review.

My solution is just to have Prettier ignore these translation files. Alternatively, to solve this problem we could update all automation scripts to match our prettier settings... but this is simpler.

Let me know if your thoughts on this change, any objections?

@peps peps self-assigned this Nov 19, 2024
@brianp brianp merged commit 5b614b5 into tari-project:main Nov 19, 2024
9 checks passed
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