-
Notifications
You must be signed in to change notification settings - Fork 1
New Crowdin updates #71
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
Changes from 2 commits
4bffbc4
43a1d57
af1a537
53c73c2
a8574e2
b4bf809
c464c8a
1340738
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |||||
| "Language: es\n" | ||||||
| "Project-Id-Version: intercambiovaca\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | ||||||
| "PO-Revision-Date: 2025-11-03 14:06\n" | ||||||
| "PO-Revision-Date: 2025-11-03 18:39\n" | ||||||
| "Last-Translator: \n" | ||||||
| "Language-Team: Spanish\n" | ||||||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||||||
|
|
@@ -18,6 +18,10 @@ msgstr "" | |||||
| "X-Crowdin-File: /feat.internationalization-setup-for-swap-cow-fi/apps/cowswap-frontend/src/locales/en-US.po\n" | ||||||
| "X-Crowdin-File-ID: 11\n" | ||||||
|
|
||||||
| #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx | ||||||
| msgid "Selected token: " | ||||||
| msgstr "" | ||||||
|
|
||||||
| #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/index.tsx | ||||||
| msgid "selected" | ||||||
| msgstr "selecc." | ||||||
|
|
@@ -198,8 +202,8 @@ msgid "The account address which will/did receive the bought amount." | |||||
| msgstr "La dirección de la cuenta que recibirá el importe comprado." | ||||||
|
|
||||||
| #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx | ||||||
| msgid "Selected token: {sym}" | ||||||
| msgstr "Token seleccionado: {sym}" | ||||||
| #~ msgid "Selected token: {sym}" | ||||||
| #~ msgstr "Selected token: {sym}" | ||||||
|
||||||
| #~ msgstr "Selected token: {sym}" | |
| #~ msgstr "Token seleccionado: {sym}" |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |||||
| "Language: ru\n" | ||||||
| "Project-Id-Version: intercambiovaca\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | ||||||
| "PO-Revision-Date: 2025-11-03 14:07\n" | ||||||
| "PO-Revision-Date: 2025-11-03 18:39\n" | ||||||
| "Last-Translator: \n" | ||||||
| "Language-Team: Russian\n" | ||||||
| "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" | ||||||
|
|
@@ -18,6 +18,10 @@ msgstr "" | |||||
| "X-Crowdin-File: /feat.internationalization-setup-for-swap-cow-fi/apps/cowswap-frontend/src/locales/en-US.po\n" | ||||||
| "X-Crowdin-File-ID: 11\n" | ||||||
|
|
||||||
| #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx | ||||||
| msgid "Selected token: " | ||||||
| msgstr "" | ||||||
|
||||||
| msgstr "" | |
| msgstr "Выбранный токен: " |
Copilot
AI
Nov 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The obsolete translation entry is incorrectly using English text instead of preserving the original Russian translation. The msgstr should be \"Выбранный токен: {sym}\" to maintain the translation history correctly.
| #~ msgstr "Selected token: {sym}" | |
| #~ msgstr "Выбранный токен: {sym}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new translation entry has an empty msgstr, meaning it will fall back to English. This should be translated to Spanish:
msgstr \"Token seleccionado: \"