Problem
This batch contains incomplete translations that need to be migrated to use translation parameters instead of split keys or trailing spaces.
Translation Keys to Fix
workspace.companyCards.brokenConnectionErrorFirstPart
- Current value:
"Card feed connection is broken. Please "
workspace.companyCards.brokenConnectionErrorLink
- Current value:
"log into your bank "
workspace.companyCards.brokenConnectionErrorSecondPart
- Current value:
"so we can establish the connection again."
Example PRs
See these PRs for examples of how to perform this migration:
More examples can be found in the tracking issue: #62808
Migration Steps
- Identify where these translation keys are used in the codebase
- Combine split translations (keys containing "part") into single translation strings with parameters
- Remove trailing spaces from translation values and combine them properly with whatever rich text content is displayed after them in the app
- Update the code to pass the appropriate parameters to the translation function, usually wrapping rich text with react-native-render-html as seen in the example PRs
- Test the changes to ensure the translations render correctly
Issue Owner
Current Issue Owner: @
Upwork Automation - Do Not Edit
- Upwork Job URL: https://www.upwork.com/jobs/~021975732098345804410
- Upwork Job ID: 1975732098345804410
- Last Price Increase: 2025-10-08
- Automatic offers:
- twilight2294 | Contributor | 109102232
Problem
This batch contains incomplete translations that need to be migrated to use translation parameters instead of split keys or trailing spaces.
Translation Keys to Fix
workspace.companyCards.brokenConnectionErrorFirstPart"Card feed connection is broken. Please "workspace.companyCards.brokenConnectionErrorLink"log into your bank "workspace.companyCards.brokenConnectionErrorSecondPart"so we can establish the connection again."Example PRs
See these PRs for examples of how to perform this migration:
More examples can be found in the tracking issue: #62808
Migration Steps
Issue Owner
Current Issue Owner: @Upwork Automation - Do Not Edit