You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if ( $Diff.Count -ne 0 ) { echo "You have changed desktop strings which are not in ts files. Update your ts files by building locally, run the translation script on them, and add them to the commit."; exit 1 }
- if ( $Diff.Count -ne 0 ) { echo "You have changed installer strings which are not in ts files. Update your ts files by building locally, run the translation script on them, and add them to the commit."; exit 1 }
- if ( $Unfinished.Matches.Count -ne 0 ) { echo "You have untranslated strings in your ts files. Run the translation script on the ts files and add them to the commit."; exit 1 }
- if ( $Vanished.Matches.Count -ne 0 ) { echo "You have vanished strings in your ts files. Run the translation script on the ts files with --remove-vanished and add them to the commit."; exit 1 }
0 commit comments