[FIX] Improve translation keys for az, and ru#10
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request significantly updates the landing page UI and internationalization files to improve the onboarding and marketing experience for users in English, Russian, and Azerbaijani. The changes introduce a new step-by-step "How it works" section, a clear list of product capabilities, and a more prominent call-to-action, all with subtle fade-in animations. The i18n files are also updated to support the new content and improve translation quality and consistency.
Landing Page Redesign and Animation:
FadeSectioncomponent using the newuseInViewhook to animate landing page sections as they enter the viewport, enhancing the user experience with smooth fade-in effects. (apps/frontend/src/hooks/useInView.ts,apps/frontend/src/pages/Landing/LandingPage.tsx) [1] [2]apps/frontend/src/pages/Landing/LandingPage.tsx)Internationalization and Content Updates:
en.json), Russian (ru.json), and Azerbaijani (az.json) locale files to add translations for the new sections, improve clarity, and ensure consistency with the new landing page design. This includes new keys for "how it works," "capabilities," and call-to-action, and improved/rewritten many existing translations for accuracy and tone. [1] [2] [3] [4] [5]General Improvements:
apps/frontend/src/pages/Landing/LandingPage.tsx) [1] [2]These changes collectively modernize the landing page, making it more engaging and informative for new users, and ensure that the experience is high-quality across supported languages.
Closes #9