Replies: 2 comments 6 replies
-
|
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.
-
|
These files are being gitignored now |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So every time I build the project, these two generated localisation files from the repo,
bundle.l10n.jsonandpoeditor.jsonare 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