Jaishree2310/GlassyUI-Components

BUG:GoogleTranslator.jsx not integrated and uses wrong file extension

Open

#708 opened on Jun 8, 2026

View on GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (217 forks)auto 404
good first issuelevel:beginnertype:bug

Repository metrics

Stars
 (114 stars)
PR merge metrics
 (PR metrics pending)

Description

Preliminary Check

  • I have searched the existing issues
  • This issue is reproducible

Bug Summary

The GoogleTranslator component has two problems:

It uses .jsx extension instead of .tsx — inconsistent with the rest of the TypeScript codebase It is never imported or used anywhere in the app — it's orphaned/dead code despite being a fully working component

Steps to Reproduce

run the file and try to change the language

Expected Behavior

File should use .tsx extension to match the TypeScript codebase Component should be integrated and visible in the app

Screenshots/Logs

File sits as GoogleTranslator.jsx — unused and unreachable No language translation available anywhere in the app

Additional Information

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC'24 contributor
  • I want to work on this issue
  • I can provide more details if needed

Contributor guide