We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bdfdd commit 5564734Copy full SHA for 5564734
src/scripts/crowdin/translations/utils.ts
@@ -111,7 +111,7 @@ export const processLocale = (locale: string, buckets: number[]) => {
111
112
// Update the PR that was just posted to include the Netlify preview link
113
const prNumber = prUrl.split("/").pop()
114
- const previewUrl = `https://deploy-preview-${prNumber}--ethereumorg.netlify.app/`
+ const previewUrl = `https://deploy-preview-${prNumber}--ethereumorg.netlify.app/${locale}/`
115
const updatedBody =
116
prBody +
117
`\n\n## Preview link
0 commit comments