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

贡献者指南