-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Russian language translation #903
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/frontend/lib/components/NavBar/components/NavItems/components/LanguageDropDown/hooks/useLanguageHook.ts The changes in this file are related to the addition of new languages and the implementation of a hook to handle language changes. However, there is a potential issue with the use of if (typeof window !== 'undefined' && window.localStorage) {
// use localStorage
} 🌐🔧 Powered by Code Review GPT |
cbdb84e
to
b679e3f
Compare
...b/components/NavBar/components/NavItems/components/LanguageDropDown/hooks/useLanguageHook.ts
Show resolved
Hide resolved
* feat(Russian Translation): Adds Russian Language option * fix: Corrects Failedtofetch field in English Version * fix: Adds missing translations on upload page
Description