Jaishree2310/GlassyUI-Components

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

開放

#708 建立於 2026年6月8日

 (0 則留言) (0 個反應) (1 位負責人)TypeScript (217 個分叉)auto 404
good first issuelevel:beginnertype:bug

倉庫指標

星標
 (114 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南