-
Notifications
You must be signed in to change notification settings - Fork 37
fix(translation): Notify on broken translations #730
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(translation): Notify on broken translations #730
Conversation
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
|
…cally Signed-off-by: Joas Schilling <[email protected]>
|
|
Server source fixing in nextcloud/server#51049 |
|
@nickvergessen Could you merge it and we create another issue for remaining open tasks? |
|
first I need to run the check again, to make sure server passes this now. |
|
Server finally passes, so merging for that |
|
Who is notified when something fails and how? |
|
https://github.com/nextcloud/docker-ci/blob/master/translations/transifexSync.php#L148 for now. Planing to distinct and post to repo in the future and then either ping the maintainer or the translation crew depending on the kind of the failure |
Check translations aka. Notify translation crew
|in translation: https://github.com/nextcloud/server/blob/0fc355aa1e8767c27c934e9ac3259910fb659c29/build/translation-checker.php#L92-L95Check source aka. Raise an issue for the maintainers to fix
|in source: https://github.com/nextcloud/server/blob/0fc355aa1e8767c27c934e9ac3259910fb659c29/build/translation-checker.php#L92-L95’or´in en_GB: https://github.com/nextcloud/server/blob/0fc355aa1e8767c27c934e9ac3259910fb659c29/build/translation-checker.php#L103-L111...instead of…in source: https://github.com/nextcloud/server/blob/0fc355aa1e8767c27c934e9ac3259910fb659c29/build/triple-dot-checker.php#L23See Check for triple dots in translations in CI server#20321 as well