Skip to content

Commit

Permalink
chore: add crowdin in context tool for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed Jul 3, 2024
1 parent 81834b1 commit e055c72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/theme/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ export default function Root({ children }: TRootProps) {
</PlaygroundProvider>
</AuthProvider>
</OfficialContentsProvider>

{/* This script is only for enabling crowdin in context tool. Should be removed once translation is ready! */}
<script type='text/javascript'>
var _jipt = []; _jipt.push(['project', 'deriv-api-documentation']);
</script>
<script type='text/javascript' src='//cdn.crowdin.com/jipt/jipt.js'></script>
</>
);
}

0 comments on commit e055c72

Please sign in to comment.