-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix(#34076):replace assgniee translation key #34077
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
fix(#34076):replace assgniee translation key #34077
Conversation
@SimonPistache I noticed you've updated the locales for non-English languages. These will be overwritten during the sync from our translation tool Crowdin. If you'd like to contribute your translations, please visit https://crowdin.com/project/gitea. Please revert the changes done on these files. 🍵 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Our bot will probably warn that files other than English are changed as they would be overwritten by the crowdin sync, but it’s probably not worth backing out the changes to the other files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the warning is right. You cannot change non-English translation directly. The changes will not be upload to crwodin, so that the files between gitea and crowdin will become inconsistent.
7d79fd0
to
5d7f89a
Compare
5d7f89a
to
5fa92af
Compare
@lunny Understood, I updated the PR with only the changes on the code files, let alone the locales. I'm not versed on how Crowdin will piece things together, maybe its smart enough to get that the key has been renamed. |
@lunny i think it's fine, and not worth spending the time to back them out. Their crowdin sync will handle that. |
Wouldn't the next sync will overwrite the changes for non-English transactions files? I don't understand how the sync handle it? |
@lunny yes it will, but I think it is ok for a robot to handle this case. Either way, it has been updated now, so I think you can update your review status. |
English translation file should be changed. Only non English files cannot be updated. |
7d631fb
to
38333d3
Compare
Oh I see you handled the change on the English file then, thank you! |
* giteaofficial/main: [skip ci] Updated translations via Crowdin fix users being able bypass limits with repo transfers (go-gitea#34031) Improve pull request list api (go-gitea#34052) fix(go-gitea#34076):replace assgniee translation key (go-gitea#34077) [Fix] Resolve the problem of commit_statuses not being loaded at the top - right when switching files from the file tree (go-gitea#34079) Enable testifylint rules (go-gitea#34075) Fix markup content overflow (go-gitea#34072)
Fix the typo on the
filter_assginee_no_assigne
key used in translations.The typo itself doesn't produce a bug (as it's there both on the code and on the locales)
Side Note: Github UI is not the best to bulk change this :/ Squashing commits on the PR should be adequate.
Closes #34076 .