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
We need to determine which specific revision of the main repo was used as a base of the translation. This needs to be done carefully because if we include commits with text that was not translated, bot will assume it was translated. On the other hand, if we miss some commits that were translated, the bot will overwrite them with English text in the PR. The latter is easier to spot and correct for the translator so I'd err on the side of going a bit farther into the past if unsure.
Once we know the exact revision, we can fork the Solidity repo at that commit.
Then we need to copy over files from this repo on top of that. Then commit them.
Then we can run the bot. Its first PR will be a big one and contain everything that happened in the Solidity repo between that chosen commit an now.
I believe this repo structure needs to be changed for the translation PR bot to work, correct @o-lenczyk @cameel?
The text was updated successfully, but these errors were encountered: