Check if any existing key should be updated. If the answer is yes, then make sure it is done according to the rules:
- If the string has been translated (available in more than one (EN) language), create a new key (only in EN) in the suggested format and assign the new text to it. In this case, the current script should be adjusted.
- If the string is not translated (available only in EN), update the text in the existing key. In this case, the current script should work fine.
For new strings the current script should work fine.
Run GitHub Actions script to push docstring changes to Locize:
- Go to the
Actions
tab in the InDSL repository on GitHub - Select the
Push JSON to Locize
workflow underAll workflows
on the left hand side - Run the workflow in the main branch by clicking the
Run workflow
dropdown on the right hand side and selecting theRun workflow
option