New Crowdin updates#59
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
There was a problem hiding this comment.
Pull Request Overview
Updates localization strings for the CowSwap frontend by translating English text to Spanish for order receipt related messages.
- Translates "Order receipt" and "Order Receipt" from English to Spanish ("Recibo de la orden")
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| #: apps/cowswap-frontend/src/modules/ordersTable/containers/OrderRow/OrderContextMenu.tsx | ||
| msgid "Order receipt" | ||
| msgstr "Order receipt" | ||
| msgstr "Recibo de la orden" |
There was a problem hiding this comment.
The file is named 'en-US.po' but contains Spanish translations. Spanish translations should be in a separate locale file like 'es.po' or 'es-ES.po'.
| msgstr "Recibo de la orden" | |
| msgstr "Order receipt" |
No description provided.