Feat/french#12
Merged
Merged
Conversation
…yout support for English, German, Italian, and Portuguese locales
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.
Description
This PR introduces full French localization for the application and implements the Post-Download Share Vector, designed to drive organic growth by prompting users to share PDFLince at their moment of highest satisfaction.
Key Implementations:
fr/index.ts), FAQs (fr/faqs.ts), operations metadata (fr/operations.ts), and corresponding routing layouts.ProcessingStatusDialog.tsx. If the browser supports it, it opens the native share sheet. If not, it falls back to a gracefulnavigator.clipboard.writeText()action with a temporary "Copied!" state.dictionary-types.tsand updated all 6 language dictionaries (EN, ES, FR, DE, PT, IT) with high-converting, value-driven copy targeting users' most popular actions (split, compress, merge, convert).README.mdto establish a more professional, open-source aesthetic.Fixes # (Leave blank or add issue number if you have one tracked)
Type of change
How Has This Been Tested?
/fr,/fr/faq, etc.) render correctly without missing dictionary keys, and that the hreflang tags point to the correct localized URLs.navigator.sharecorrectly receives thetitle,text, andurlparameters.npm run buildlocally. Verified that theProcessingStatusDialogPropsstrictly adhere to the newSharePromptStringsinterface without throwing ESLint or TS compilation errors.Checklist: