Skip to content

Commit 5564734

Browse files
committed
chore: add locale to preview link
1 parent f1bdfdd commit 5564734

File tree

1 file changed

+1
-1
lines changed
  • src/scripts/crowdin/translations

1 file changed

+1
-1
lines changed

src/scripts/crowdin/translations/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const processLocale = (locale: string, buckets: number[]) => {
111111

112112
// Update the PR that was just posted to include the Netlify preview link
113113
const prNumber = prUrl.split("/").pop()
114-
const previewUrl = `https://deploy-preview-${prNumber}--ethereumorg.netlify.app/`
114+
const previewUrl = `https://deploy-preview-${prNumber}--ethereumorg.netlify.app/${locale}/`
115115
const updatedBody =
116116
prBody +
117117
`\n\n## Preview link

0 commit comments

Comments
 (0)