Jaishree2310/GlassyUI-Components

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

オープン

#708 opened on 2026/06/08

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (217 件のフォーク)auto 404
good first issuelevel:beginnertype:bug

Repository metrics

Stars
 (114 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド