Replies: 1 comment 1 reply
-
The l10n files should be updated in PRs, as part of the pre-publish step in the PR template:
I think the team has noticed that the order of l10n terms in the generated files differs depending on whether they are built on Windows or MacOS. This could explain why you're seeing the files always changing. As it's kind of annoying to have the files always change, it would be nice to investigate sorting the l10n terms so that json files are generated consistently on all platforms - this just hasn't been a priority yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So every time I build the project, these two generated localisation files from the repo,
bundle.l10n.json
andpoeditor.json
are changed not just for the changes I have made, but from other people's changes too. Since these files are already version controlled on the repo, unless people commit these generated file changes in their PRs (which they don't, so I don't), there will always be stashed changes.So what is the reason for these files either not being gitignored or not being updated in PRs?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions