Skip to content

Commit

Permalink
Update translator link to use the new Oxy translation service
Browse files Browse the repository at this point in the history
  • Loading branch information
NateIsern committed Dec 19, 2024
1 parent b49ae40 commit e713a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function isPostInLanguage(
}

export function getTranslatorLink(text: string, lang: string): string {
return `https://translate.google.com/?sl=auto&tl=${lang}&text=${encodeURIComponent(
return `https://translate.oxy.so/?sl=auto&tl=${lang}&text=${encodeURIComponent(
text,
)}`
}
Expand Down

0 comments on commit e713a87

Please sign in to comment.