fix(i18n): polish Spanish copy for product consistency - #86
Open
sunnykid-02 wants to merge 1 commit into
Open
Conversation
- Standardize wallet, credit and transaction terminology across screens (es.ts) - Use sentence case and consistent tone (e.g. 'Cuenta congelada', 'deuda total a pagar', 'retiro exitoso') - Translate missing 404 strings and wire them through t() in NotFound.tsx - Keep labels concise for mobile layouts Closes Kalebtron1#68
|
@sunnykid-02 is attempting to deploy a commit to the alankcr1-6443's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@sunnykid-02 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Overview
This PR polishes the Spanish (es) copy so the product reads natively and consistently across login, onboarding, wallet, and credit flows. Wording is standardized, tone is aligned across screens, labels are kept concise for mobile layouts, and the missing 404 strings are now translated through
i18n.Related Issue
Closes #68
Changes
🗣️ Spanish copy consistency (
src/i18n/locales/es.ts)Cuenta congelada,deuda total a pagar,Retirar a mi wallet,retiro exitoso,nivel máximo alcanzado.Conecta tu wallet primero,Cambia a {{wallet}} en Freighter,Instala la extensión o usa Albedo, una wallet web sin instalación.con éxito,Conexión inestable,reputación,¡Retiro exitoso!.credit/withdrawscreens.🐛 404 translation (
src/pages/NotFound.tsx)Oops! Page not found/Return to Homewith translation keysnot_found.message/not_found.return_home(already defined ines.ts/en.ts).Verification Results
Note: the full production
vite buildis currently blocked in this environment by a pre-existing, unrelated dependency-resolution issue in@privy-io/*/react-aria(confirmed reproducible on a pristineupstream/maincheckout with these changes stashed). The Spanish copy changes themselves introduce no new type or build errors —tsc --noEmitreports no errors inNotFound.tsxores.ts.