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
subscription.billingBanner.preTrial.subtitleStart
- Current value:
"As a next step, "
subscription.billingBanner.preTrial.subtitleLink
- Current value:
"complete your setup checklist "
subscription.subscriptionSettings.learnMore.part1
- Current value:
"Learn more on our "
subscription.subscriptionSettings.learnMore.part2
- Current value:
" or chat with our team in your "
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/~021975731976354472571
- Upwork Job ID: 1975731976354472571
- Last Price Increase: 2025-10-08
- Automatic offers:
- twilight2294 | Contributor | 109161566
Issue Owner
Current Issue Owner: @JmillsExpensify
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
subscription.billingBanner.preTrial.subtitleStart"As a next step, "subscription.billingBanner.preTrial.subtitleLink"complete your setup checklist "subscription.subscriptionSettings.learnMore.part1"Learn more on our "subscription.subscriptionSettings.learnMore.part2" or chat with our team in your "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
Issue Owner
Current Issue Owner: @JmillsExpensify