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
Right now, we run a pre commit hook to add translations for any copy changes in the PR.
The script adds translations and then commits all touched files. This can lead to unexpected side effects if you have other local changes that you did not intend to commit prior to this script running.
We should make this script only add/commit translation related changes.
The text was updated successfully, but these errors were encountered:
Right now, we run a pre commit hook to add translations for any copy changes in the PR.
The script adds translations and then commits all touched files. This can lead to unexpected side effects if you have other local changes that you did not intend to commit prior to this script running.
We should make this script only add/commit translation related changes.
The text was updated successfully, but these errors were encountered: