Jaishree2310/GlassyUI-Components

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

Aperta

#708 aperta il 8 giu 2026

 (0 commenti) (0 reazioni) (1 assegnatario)TypeScript (217 fork)auto 404
good first issuelevel:beginnertype:bug

Metriche repository

Star
 (114 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor